File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Flow.Launcher/SettingPages/Views Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 407
407
</StackPanel >
408
408
</cc : ExCard .SideContent>
409
409
<ListBox
410
- Padding =" 18 12 18 12"
411
410
HorizontalAlignment =" Stretch"
412
411
HorizontalContentAlignment =" Stretch"
413
412
Background =" Transparent"
414
- BorderBrush =" {DynamicResource Color03B}"
415
- BorderThickness =" 0 1 0 0"
416
413
ItemContainerStyle =" {DynamicResource ThemeList}"
417
414
ItemsSource =" {Binding Themes}"
418
415
ScrollViewer.HorizontalScrollBarVisibility=" Disabled"
419
- ScrollViewer.VerticalScrollBarVisibility=" Auto "
416
+ ScrollViewer.VerticalScrollBarVisibility=" Disabled "
420
417
SelectedValue =" {Binding SelectedTheme}" >
421
418
<ListBox .ItemsPanel>
422
419
<ItemsPanelTemplate >
428
425
<Grid
429
426
Width =" Auto"
430
427
Height =" 34"
431
- Margin =" 0" >
428
+ Margin =" 0"
429
+ Focusable =" True" >
432
430
<StackPanel Margin =" 14 2 14 0" Orientation =" Horizontal" >
433
431
<TextBlock
434
432
Margin =" 0 0 0 0"
452
450
</Grid >
453
451
</DataTemplate >
454
452
</ListBox .ItemTemplate>
453
+ <ListBox .Template>
454
+ <ControlTemplate >
455
+ <Border
456
+ Padding =" 18 12 18 12"
457
+ BorderBrush =" {DynamicResource Color03B}"
458
+ BorderThickness =" 0 1 0 0" >
459
+ <ItemsPresenter />
460
+ </Border >
461
+ </ControlTemplate >
462
+ </ListBox .Template>
455
463
</ListBox >
456
464
</cc : ExCard >
457
465
<cc : HyperLink
You can’t perform that action at this time.
0 commit comments