Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
UltraDock LoadFromXml Issue
posted

I have a simple Windows Form application that has an UltraDockManager and one DockableControlPane.  I have read in other comments that the Name property is essential for all controls when saving a layout, and I have it set correctly (non-null & unique).  Are there any other properties that need to be set for the layout to save/load correctly?

The layout file is created using the ultradockmanager.SaveAsXml method, but whenever I load the layout (ultradockmanager.LoadFromXml), the pane moves and the border disappears.  Any ideas?

Below is a screenshot of what the form looks like after loading the layout: