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:
authorEric Maupin <ermaup@microsoft.com>2019-10-18 19:08:25 +0300
committerEric Maupin <ermaup@microsoft.com>2019-10-18 19:08:25 +0300
commit11763a8c1c4877fe2e007ed9c83c5bebe03a4288 (patch)
tree40336b2060d1cbcfa407a9cba634cf3e29682527 /Xamarin.PropertyEditing.Windows
parent0ccc20ab4029c5a140293d7fe71cbb36dc4229db (diff)
[Win] Brush tabs container shouldnt be focusable
Diffstat (limited to 'Xamarin.PropertyEditing.Windows')
-rw-r--r--Xamarin.PropertyEditing.Windows/Themes/Resources.xaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml b/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
index 1996520..18deb33 100644
--- a/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
+++ b/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
@@ -831,6 +831,7 @@
</local:BrushChoiceTemplateSelector>
<Style TargetType="local:BrushTabbedEditorControl">
+ <Setter Property="Focusable" Value="False" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="local:BrushTabbedEditorControl">