Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
Dock Panel like VisualStudio behavior
posted

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

Parents
No Data
Reply
  • 5389
    Suggested Answer
    posted

    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~

Children