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
Interestingly, it's not only keeping controls alive, but also keeps them in the visual tree. In case of Avalonia, I suppose, it still should be removed from the logical tree...or would it be a bad idea?
Is your feature request related to a problem? Please describe.
NoReloadTabControl:
https://stackoverflow.com/questions/3601125/wpf-tabcontrol-preventing-unload-on-tab-change
Describe the solution you'd like
Add a new StyledProperty
NeedReload
,default value is true.or
Add a new control
NoReloadTabControl
inherited from TabControl.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: