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
60
UltraDockManger and 4 view splitter
posted

Hi,

I',m trying to implement a 4 view splitter windows usein the UltraDockManager. So I have 2 DockAreaPanes one DockedLeft and one DockedRight, and the splitter functionality works as expected. Now inside each DockAreaPane I have 2 DockableControlPane, docked horizontaly, each containing a basic Panel control.

The problem I'm trying to solve: I would like to synch the two horizontal 'splitter bars' accross the 2 DockAreaPanes. Is there any sample code or post that I can use for this?

Thanks

Parents
No Data
Reply
  • 44743
    posted

    I don't believe there is any sample code to accomplish this. You can try to handle the AfterSplitterDrag event and get the Sizes of the panes which were dragged and set them on the Sizes on the panes which need to be synced up.

Children