Compare commits

..

No commits in common. "d77df333b6e4058fec452f402e22f8a605cac21f" and "9e8950408723077e05a0dd401944a6636fe14ece" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -149,7 +149,6 @@
BasedOn="{StaticResource MaterialDesignDataGrid}"
TargetType="{x:Type DataGrid}">
<Setter Property="FontSize" Value="{DynamicResource StdFontSize}" />
<Setter Property="KeyboardNavigation.TabNavigation" Value="Once" />
</Style>
<Style
x:Key="DefTextBox"
@ -175,7 +174,6 @@
BasedOn="{StaticResource MaterialDesignChoiceChipPrimaryOutlineListBoxItem}"
TargetType="{x:Type ListBoxItem}">
<Setter Property="Margin" Value="-2,0" />
<Setter Property="AutomationProperties.Name" Value="{Binding Remarks}" />
</Style>
<Style
x:Key="MyOutlinedTextComboBox"

View file

@ -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" />