I need to reset the layout of a docksite to it's beginning state, or rather the layout defined within the xaml. What would be the best way restore it?
For the moment, I only see the possiblity to build a new layout with the docksitelayoutserializer using an XmlDockSiteLayout object and assign it or to serialize a layout during runtime and use it as resource.
Both variants have the disavantadge that they have to be updated during development phases when changes occurs to the Docksite (and also another nested docksite).
Restoring the layout which was first defined within the xaml file would be more efficient. Is there any possiblity?
For the moment, I only see the possiblity to build a new layout with the docksitelayoutserializer using an XmlDockSiteLayout object and assign it or to serialize a layout during runtime and use it as resource.
Both variants have the disavantadge that they have to be updated during development phases when changes occurs to the Docksite (and also another nested docksite).
Restoring the layout which was first defined within the xaml file would be more efficient. Is there any possiblity?