From 2a3b982e04503909c7b259bd8ddf14e5a6386fb9 Mon Sep 17 00:00:00 2001 From: Bret Johnson Date: Wed, 16 Mar 2022 20:43:36 -0400 Subject: Make tab order cycle for proppy controls Now hitting the Tab key in the last control in the property editor changes focus to the search control at the top, cycling around. And Shift-Tab in search moves to the last control. Fixes AB#1491221 --- Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - + -- cgit v1.2.3