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
TextBlock doesn't display text if it was changed when containing StackPanel with horizontal orientation was invisible.
Grid or vertical StackPanel works correctly
Describe the bug
TextBlock doesn't display text if it was changed when containing StackPanel with horizontal orientation was invisible.
Grid or vertical StackPanel works correctly
To Reproduce
Place on View:
In Button.Click handler set TextBox.Text to "Test" and StackPanel.IsVisible to true
StackPanel becomes visible (green stripe) but without text in it
Expected behavior
StackPanel text is visible in StackPanel
Avalonia version
11.2.0
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: