Just looking for suggestions on how I might implement the following:
I want a rectangular screen divided into four quadrants, each with resizable content. I should be able to drag the dividers between the panes to adjust the sizes, giving more real estate to whichever pane I want. I know I can do this with the docking manager, although it seems there's no way to put my cursor at the intersection of all four panes and adjust both horizontal and vertical sizes at the same time. (Correct me if I'm wrong.)
But, the other thing I'd like to do is to be able to maximize any single pane to take up the space of all four panes (covering the other three) with a button click (or right-click menu) and just as easily restore the pane back to where it was docked before so I can see all four panes again. This doesn't seem to be a possiblity with the docking manager.
Anyone have any suggestions on how I might do this with other controls?