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
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.
Mike,
Thanks for your prompt reaponse. I tried different combinations but none of them worked. The issue is that the inactrive splitter bar does not move to a new position after I set the DockableWindow.Size on the inactive panels to the ones from the panels with the splitter bar that was moved.
This could be a bug with the Size set accessor. I would recommend submitting a sample to the support group: http://ko.infragistics.com/gethelp.
I just did that, thanks