You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Changing TextBlockVerticalAlignment using styles also changes the TextBox watermark's VerticalAlignment. This only affects the default theme not fluent theme.
I believe it's because fluent theme already overrides the alignments (both horizontal and vertical) while default theme doesn't so it inherits it from higher.
Describe the bug
Changing
TextBlock
VerticalAlignment
using styles also changes theTextBox
watermark'sVerticalAlignment
. This only affects the default theme not fluent theme.I believe it's because fluent theme already overrides the alignments (both horizontal and vertical) while default theme doesn't so it inherits it from higher.
To Reproduce
Expected behavior
The watermark should remain on top left corner regardless of what
TextBlock
style does.Screenshots
The text was updated successfully, but these errors were encountered: