Skip to content

Commit c6b398d

Browse files
Fix covering issues with multiline hint (#2352)
Fixes an issue where the hint would cover the text if the hint is floating and multi-line
1 parent 91a5e3a commit c6b398d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.TextBox.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
Focusable="false"
166166
HorizontalScrollBarVisibility="Hidden"
167167
VerticalScrollBarVisibility="Hidden"
168+
VerticalAlignment="Bottom"
168169
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
169170
UseLayoutRounding="{TemplateBinding UseLayoutRounding}"
170171
wpf:ScrollViewerAssist.IgnorePadding="True" />

0 commit comments

Comments
 (0)