We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4cf3a commit 1b92920Copy full SHA for 1b92920
src/Wpf.Ui/Controls/ContentDialog/ContentDialog.xaml
@@ -25,6 +25,8 @@
25
<Setter Property="VerticalContentAlignment" Value="Stretch" />
26
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
27
<Setter Property="Focusable" Value="True" />
28
+ <Setter Property="KeyboardNavigation.TabNavigation" Value="Cycle" />
29
+ <Setter Property="KeyboardNavigation.DirectionalNavigation" Value="Cycle" />
30
<Setter Property="DialogMargin" Value="35" />
31
<Setter Property="BorderThickness" Value="1" />
32
<Setter Property="Foreground" Value="{DynamicResource ContentDialogForeground}" />
0 commit comments