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
A valid workaround for the time being is to toggle childControl.IsVisible as IsVisible means the control doesn't take up space (same as Collapsed in WPF)
Describe the bug
I have a control with a custom style applied via a class selector. If the control is programmatically removed & re-added, the style is not applied.
To Reproduce
Min repro:
MainWindow.axaml
MainWindow.axaml.cs
Expected behavior
The control still has the classes, when the control is shown again, I expect the style to be re-applied.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: