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
junrau[CodePlex] In AvalonDock, visual tree of a tab is destroyed when another tab is selected. You can see this by using the Loaded/Unloaded events of UserControls that are the tabs' content.
This causes issues with some views reproducing logic, when the logic has already been performed.
Is there a way to preserve the visual tree inside a tab when it is not selected?
The text was updated successfully, but these errors were encountered:
Hi,
This is the normal behavior for the standard TabControl. A TabControl is used inside AvalonDock.
But, starting at v3.7, a new property can be set to true to prevent reloading of the TabContent in AvalonDock.
junrau[CodePlex]
In AvalonDock, visual tree of a tab is destroyed when another tab is selected. You can see this by using the Loaded/Unloaded events of UserControls that are the tabs' content.
This causes issues with some views reproducing logic, when the logic has already been performed.
Is there a way to preserve the visual tree inside a tab when it is not selected?
The text was updated successfully, but these errors were encountered: