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>2021-03-16 06:29:57 +0300
committerBret Johnson <bret.johnson@microsoft.com>2021-03-16 06:29:57 +0300
commitfada4fb98969d0ddfc0e58c90cc3b541a403f8de (patch)
tree2857eaaa29f71a0145c735c8cb12cec93daaaa52 /Xamarin.PropertyEditing.Windows
parente7733e6b93b5f087f90f6093016172d6320b3286 (diff)
Don't allow property editor panell to get the focus
Hitting tab should never set focus to the property editor panel itself. Fixed AB#1251446
Diffstat (limited to 'Xamarin.PropertyEditing.Windows')
-rw-r--r--[-rwxr-xr-x]Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml b/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
index 343a0be..b241d47 100755..100644
--- a/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
+++ b/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
@@ -159,6 +159,7 @@
<Style TargetType="local:PropertyEditorPanel">
<Setter Property="Background" Value="{DynamicResource PanelBackgroundBrush}" />
<Setter Property="Foreground" Value="{DynamicResource PanelForegroundBrush}" />
+ <Setter Property="Focusable" Value="False" />
<Setter Property="UseLayoutRounding" Value="True" />
<Setter Property="SnapsToDevicePixels" Value="True" />
<Setter Property="Template">