mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-27 18:42:52 +00:00
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:
parent
a055108a53
commit
77119e6e7b
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@
|
|||
HeadersVisibility="All"
|
||||
IsReadOnly="True"
|
||||
RowHeaderWidth="40"
|
||||
KeyboardNavigation.TabNavigation="Once"
|
||||
Style="{StaticResource DefDataGrid}">
|
||||
<DataGrid.InputBindings>
|
||||
<KeyBinding Command="ApplicationCommands.NotACommand" Gesture="Ctrl+C" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue