
I have DocumentWindows created by my program that get placed into a docksite after creation, which do with this constructor:
I want to save/restore the user's selected size for the DocumentWindows when they open new documents. How do I do this? I've tried by: resizing the content UserControl; using dockSite.DefaultControlSize; using StandardMdiHeight... none of this works.
Thanks in advance,
Janene Pappas-McCrillis
Wireless Seismic
public DocumentWindow(ActiproSoftware.Windows.Controls.Docking.DockSite dockSite,
string name, string title, System.Windows.Media.ImageSource imageSource, object content)
Thanks in advance,
Janene Pappas-McCrillis
Wireless Seismic