Hi
I have a dockmanager with a top dockpanel and a bottom dockpanel, can I configure my dockmanager to have a behavior like VisualStudio: One onyl split control to resize the top and bottom dockpanel ..... now I have two split control one for top panel and one for bottom panel
Thank in advance
Giorgio
Giorgio,
In order to do that, you will need to have the 2 DockableControlPanes next to each other. The easiest way to accomplish this is to set the UltraDockManager's LayoutStyle to FillContainer, which forces the last-docked control to fill the remaining space. Using this, you should only see one split control between the two panes.
Hope this helps,
~Kim~
Hi Kim thank for your reply
I followed your suggestion and now I have only one split control in the middle of my form :-)
But I have another split control at the bottom of my form, is possible to anchor the bottom dock panel at the bottom of the form to avoid the bottom split control?
Thank