Hi,I have a DokingManageer in wpf page. It manage some dockable controls and a document area where dynamically users can open, close, modify documents.
Since the initial view contains only the dockable controls and document area is empty at startup, I would save the last layout used by the user without the reference to controls marked as document.
Unfortunately SaveDockState() save all the controls, and an incorrect layout is throw when loading because documents are not in the control list.
Is it possible to persist the layout which docking controls only, without the documents? Or I have to implement a my own serializer/loader?
Thanks
S.R.