
Hi,
I have a problem that when DockSiteLayoutSerializer has saved a layout in version 1 and I then add new toolwindows for version 2 of my app, these tool windows aren't shown. I or the customer have to delete the saved layout and then start the app again. Is there a way to say "if toolwindow does not exist in saved layout, then show it" ?
These are my settings
layoutSerializer = new DockSiteLayoutSerializer()
{
SerializationBehavior = DockSiteSerializationBehavior.ToolWindowsOnly,
ToolWindowDeserializationBehavior = DockingWindowDeserializationBehavior.AutoCreate,
};
[Modified 6 years ago]