I would like to the tab windows within a docksite to persist the visual tree when the tab switching happens as described in this article:
http://www.codeproject.com/KB/WPF/PersistTab.aspx
We are using the Actipro Docking and MDI suite to display views in a tabbed interface. The views are pretty heavy and the user has the need to switch the tabs extensively. The problem is that everytime you switch the tab, the visual tree is destroyed for the deselected tab and generated for the new one. There are two problems attached to it:
a) the slowness in switching tabs
b) for the elements that are not participating in databinding, they get reset.
The url above provides a fix for this when using the WPF TabControl. Can we achieve the same using the Actipro Docking Suite?
Many Thanks
Gurpreet