Auto-resizing adjacent docked controls

My question is: is it possible to automatically resize adjacent docked controls, so that they always fill the client area? I have 3 adjacent controls that fill the docking area. Let''s say they all have width 100, for a total of 300. If I resize the leftmost control to width 50, I''d like the centre control to expand to 150, and for the rightmost control to remain at 100. In other words, only the two controls on either side of the resize bar are affected, and the total width they share (in this case, 200) does not change. Is there a way of doing this through docking settings alone, or do I have to handle events and handle the resizing myself? And if so, are there any kinds of controls for which this won''t work, e.g., user controls? Thanks, Michael Lorenz

2 Replies

ML Michael Lorenz April 7, 2006 12:46 AM UTC

I should add that I''m using .NET 2003 (runtime version 1.1.4322 SP1) with SyncFusion 3.301.0.0. I''m adding my UserControl-based objects to the SyncFusion DockingManager. Thanks, Michael


JK Joy K George Syncfusion Team April 7, 2006 05:42 AM UTC

Hi Michael , I am afraid.Using the current implementation of dockingmanager, we cant control the behaviour of splitters.But we already have a feature request regarding this.We will implement it as soon as possible.Here is the link to track progress of that feature implementation. Feature Request #842 - Ability to manage screen real estate Regards, Joy

Loader.
Up arrow icon