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.
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