Hello,
I'm trying to do what seems like it should be simple but I'm having a difficult time. I want to use the WinDockManager to simulate a SplitContainer that fills a form. I can easily add a couple controls and dock them so that they are split horizontally, but they don't fill the form.
I want to have
Form Top Panel (33% form height 100% form width) Bottom Panel (67% form heith 100% form width)
I want the splitter between the top and bottom to be movable but I don't want a splitter at the bottom of the bottom panel. What am I missing?
If you set the LayoutStyle of the UltraDockManager to FillContainer, the last DockAreaPane will fill the center area of the Form.