Open Coloryr opened 3 hours ago
The TextBlock
<TextBlock
HorizontalAlignment="Center"
FontSize="13"
Text="{Binding Name, FallbackValue=1234}"
TextAlignment="Center"
TextTrimming="{Binding Trim}"
TextWrapping="{Binding Wrap}" />
When
HorizontalAlignment="Center"
will render in error position, delete it or set Left is work.
HorizontalAlignment
and TextAlignment
cannot be set the same Center
Describe the bug
TextBox render text position deviate. At 11.2.0 At 11.1.4
To Reproduce
11.2.0
Expected behavior
Same with
11.1.4
Avalonia version
11.2.0
OS
Windows
Additional context
No response