Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBret Johnson <bret.johnson@microsoft.com>2022-03-18 21:33:53 +0300
committerGitHub <noreply@github.com>2022-03-18 21:33:53 +0300
commit9413fbd60c9ad556bd4aeec1b5c5e1c124b9b245 (patch)
tree4e296de7e87a97b4cb25b79aef0b40479d58d08d
parenta959b205ce7f24a7813c14c0c2523a1c1d96b970 (diff)
parent2a3b982e04503909c7b259bd8ddf14e5a6386fb9 (diff)
Merge pull request #799 from xamarin/dev/bretjohn/fix-1491221
Make tab order cycle for proppy controls
-rw-r--r--Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml b/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
index b241d47..55669b8 100644
--- a/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
+++ b/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
@@ -204,7 +204,7 @@
</Grid>
</Border>
- <Grid Name="propertiesPane" Grid.Row="1">
+ <Grid Name="propertiesPane" Grid.Row="1" KeyboardNavigation.TabNavigation="Cycle">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />