We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194c70a commit 9872b08Copy full SHA for 9872b08
Flow.Launcher/Resources/SettingWindowStyle.xaml
@@ -392,6 +392,10 @@
392
<Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Auto" />
393
<Setter Property="Margin" Value="{DynamicResource ResultMargin}" />
394
<Setter Property="Padding" Value="0 0 0 0" />
395
+ <Setter Property="IsTabStop" Value="False" />
396
+ <Setter Property="KeyboardNavigation.TabNavigation" Value="Once" />
397
+ <Setter Property="FocusVisualStyle" Value="{DynamicResource {x:Static SystemParameters.FocusVisualStyleKey}}" />
398
+ <Setter Property="ui:FocusVisualHelper.UseSystemFocusVisuals" Value="{DynamicResource UseSystemFocusVisuals}" />
399
<Setter Property="Template">
400
<Setter.Value>
401
<ControlTemplate TargetType="ListBox">
0 commit comments