Skip to content

Commit bb34422

Browse files
authored
Arrow keys should not move focus to header (#2253)
Fixes #2234
1 parent d4bafb6 commit bb34422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.DataGrid.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@
286286
<Grid HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}">
287287
<wpf:ListSortDirectionIndicator
288288
x:Name="SortDirectionIndicator"
289+
IsTabStop="False"
289290
ListSortDirection="{TemplateBinding SortDirection}"
290291
HorizontalAlignment="Left"
291292
Width="0"

0 commit comments

Comments
 (0)