I'd like to have a docking area (DockAreaPane) (in this case a tabbed group) be the "main" area of the form, and fill the center rather than docking on the perimiter.
I want to use DockMan rather than the tab container so that users still has the option to float/splt if they like.
How can I do this? - sorry if I'm missing the obvious.
thelazydogsback,
You can set the UltraDockManager's LayoutStyle property to FillContainer, which will force the last-docked control to fill the rest of the available area.
Please let me know if this doesn't work; I might be mis-understanding what you are looking for.
~Kim~