mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 12:32:10 +00:00
Limit DataGrid tab navigation to first row only
This commit is contained in:
parent
ca8cbc3a16
commit
aea95c2f86
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@
|
|||
HeadersVisibility="All"
|
||||
IsReadOnly="True"
|
||||
RowHeaderWidth="40"
|
||||
Style="{StaticResource DefDataGrid}">
|
||||
Style="{StaticResource DefDataGrid}"
|
||||
KeyboardNavigation.TabNavigation="Once">
|
||||
<DataGrid.InputBindings>
|
||||
<KeyBinding Command="ApplicationCommands.NotACommand" Gesture="Ctrl+C" />
|
||||
<KeyBinding Command="ApplicationCommands.NotACommand" Gesture="Ctrl+V" />
|
||||
|
|
Loading…
Reference in a new issue