Hello,
in our application the user can dynamically add components, each of which are hosted in a RadPane. The user can choose to save the layout at various times, but it's possible that the layout is not saved after some components are added.
When the application starts again, a RadPane is constructed for each component, and each RadPane is located at (0,0). Then LoadLayout is called, and each pane that existed during the latest SaveLayout call is restored to its current location. But the RadPanes for which no layout info is present, are hidden.
We would like that the RadPanes for which no layout info is present, would remain visible at location (0,0).
How can this be accomplished?
Thanks,
Paul
in our application the user can dynamically add components, each of which are hosted in a RadPane. The user can choose to save the layout at various times, but it's possible that the layout is not saved after some components are added.
When the application starts again, a RadPane is constructed for each component, and each RadPane is located at (0,0). Then LoadLayout is called, and each pane that existed during the latest SaveLayout call is restored to its current location. But the RadPanes for which no layout info is present, are hidden.
We would like that the RadPanes for which no layout info is present, would remain visible at location (0,0).
How can this be accomplished?
Thanks,
Paul