In an application where forms/frames are created dynamicaly and added in TLMDDockingPanels, how do you integrate the saving/loading of panel layout?
I would like to register a class/instance information pair on every panel, so I can recreate an identical set, when restarting the app.
Is there a solution for this ?
in the XML file there is a <zone kind="PANEL" id="frmMain.pnlCalendar"...> entry per panel. Can I customize the id attribute?
Comments