Skip to content

Commit 58d6774

Browse files
committed
tabbing correction, fixes #347
1 parent ddd8326 commit 58d6774

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.SmartHint.xaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<Setter Property="VerticalAlignment" Value="Bottom"/>
1212
<Setter Property="HorizontalContentAlignment" Value="Left"/>
1313
<Setter Property="VerticalContentAlignment" Value="Bottom"/>
14+
<Setter Property="IsTabStop" Value="False"/>
1415
<Setter Property="Template">
1516
<Setter.Value>
1617
<ControlTemplate TargetType="{x:Type wpf:SmartHint}">
@@ -110,6 +111,7 @@
110111
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
111112
Opacity="{TemplateBinding HintOpacity}"
112113
IsHitTestVisible="False"
114+
IsTabStop="False"
113115
RenderTransformOrigin="0,1">
114116
<ContentControl.RenderTransform>
115117
<TransformGroup>
@@ -119,6 +121,7 @@
119121
</ContentControl.RenderTransform>
120122
</ContentControl>
121123
<ContentControl x:Name="SimpleHintTextBlock"
124+
IsTabStop="False"
122125
Visibility="{TemplateBinding UseFloating, Converter={StaticResource InverseBoolToVisConverter}}"
123126
Content="{TemplateBinding Hint}"
124127
FontSize="{TemplateBinding FontSize}"

0 commit comments

Comments
 (0)