Add Tab navigation for the first row of DataGrid in ProfilesView

This change enables Tab navigation across cells in the first row of the DataGrid, improving keyboard accessibility by allowing focus movement within the first row before transitioning to the next UI element.
This commit is contained in:
Reza Bakhshi Laktasaraei 2025-04-30 12:11:46 +03:30
parent a055108a53
commit 77119e6e7b

View file

@ -113,6 +113,7 @@
HeadersVisibility="All" HeadersVisibility="All"
IsReadOnly="True" IsReadOnly="True"
RowHeaderWidth="40" RowHeaderWidth="40"
KeyboardNavigation.TabNavigation="Once"
Style="{StaticResource DefDataGrid}"> Style="{StaticResource DefDataGrid}">
<DataGrid.InputBindings> <DataGrid.InputBindings>
<KeyBinding Command="ApplicationCommands.NotACommand" Gesture="Ctrl+C" /> <KeyBinding Command="ApplicationCommands.NotACommand" Gesture="Ctrl+C" />