I'm saving and restoring the docking layout on my application, but have come across an issue. If I add a new dock panel to my project, it is not listed in the sitelist when read back from my XML confiig file.
Setting the added panel's panelvisible property doesn't dock it anywhere on screen. I can't see it at all. The only way I can start using it is to remove the sitelist from my xml file so the the design time layout is used.
What is the best way to deal with dock panels that the saved list doesn't know about ?
Comments