Hi
Having read several posts here on the subject I'm now tearing my hair out on this.
First off, using 3.0.0.1
I'm using SandDockManager.GetLayout() and .SetLayout(). The SerializeTabbedDocuments property is set to true.
I'm instantiating TabbedDocuments and assigning each one a Guid.NewGuid and setting the PersistLayout property to true.
The resultant serialization xml appears to be correct as far as I can tell (see attached - i have 4 dock windows of which 2 hidden and 4 tabbed documents).
However, when I restore the layout by calling SandDockManager.SetLayout(), the dock controls are restored correctly but the documents are not.
Does anyone know what I'm doing wrong here, this is driving me nuts.
Aside from this, SandDock is by far the best control* I've ever used and I've used a LOT.
* - documentation is meh tho!