Hi All!
I have a question about UltraDockManager.
See attached image, I want users to resize "Group-0" or "Group-1" by dragging "Splitter-A", and "Group-1" or "Group-2" by "Splitter-B".
Then "Splitter-B" is acting that I expected, but "Splitter-A" is not.
Why the height of "Group-2" is changed when "Splitter-A" is dragged? is it not strange?
is there any method to be movable "Splitter-A" between the top of "Group-0" and the bottom of "Group-1" and resizing only "Group-0" and "Group-1"?
Hello,
Thank you for the provided screenshots and sample.
What you could do to achieve the behavior you described is instead of adding separate DockAreas to the same DockLocation to have one DockArea in each DockLocation and to add the DockableGroupPanes to it. This way the panes will be resized the way you described.
I have modified your sample to demonstrate this approach.
Please let me know if you have any additional questions.
Hi, Mitko!
Thank you for your reply!^^