James, thanks for the snippet above - it got me started - even though the initial display is very tiny!
I strongly recommend to anyone, that if you want to have a better idea of the docking manager use and appearance, then you should add an icon to each docking window, by using a line like:
this.dw1.Image = new Gizmox.WebGUI.Common.Resources.IconResourceHandle("treestar.png");
for each of the docking windows.
Also, I recommend to use either
or, preferred...
These methods will show the docked windows in tabbed format, and then it is easy to use the right menu to dock the windows using one of the dropdown menu options...
I have an issue to raise with the Docking Manager which is not covered by the 6 or 7 Gemini issues currently active, but I will do that in another thread.
Cheers,
Geoff
dockingManager1.AddDockedWindowsInRootPosition(Gizmox.WebGUI.Forms.Relation.ToTheLeft, dws);
dockingManager1.AddDockedWindows(dws);