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
120
Changing Docked Pane size at Run-Time in UltraDockManager
posted

Hi,

I have UltraDockManager with one Dock Area (Horizontal Split) located on right side.

Inside of this Dock area I have docked two DockableControlPanes. I need to know how to resize height of docked Panes inside of Right Docking Area. In other words I need to simulate programmatically moving the splitted between two Docked (pinned) Panes.

Is it possible? I can't find any way to change size ratio between two pinned panes.

  • 53790
    posted

    Hi,
    Maybe one possible solution is to use the property Size.Height of one of your DockableControlPanes and to set the new Size programatically. By this way you will move the spliter between both DockableControlPanes. You can take a look also at the attached sample.
    Please let me know if this is that same that you are looking for.
    Regards

    F004.zip