Hello all,
I am curious as to if it is possible to dock an entire DockArea to fill the entire form that the DockManager is hosted.
I know there is a property that will fill the remaining space with the last DockArea created, however that is not satisfactory. I really need it to overlay the rest of the DockAreas when maximized and when minimized to go back to the location in which it was docked originally.
I hope I made that clear enough. Any help is appreciated!
Hello,
Maybe one possible approach could be if you set a new size of your DockArea. For example:
ultraDockManager1.DockAreas[0].Size = new Size(....,....);
Please let me know if you have any questions
Regards