This is a migrated thread and some comments may be shown as answers.

RadPanes Resizing

1 Answer 50 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Jens
Top achievements
Rank 1
Jens asked on 18 Feb 2010, 02:13 PM
Hello,

is there a way to make all RadPanes in a docking control resize according to the docking control resizing. Currenty only some panes are resizing, others try to maintain their height or width....

Thank you for your help

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 18 Feb 2010, 04:50 PM
Hello Jens,

 What you need to do in order to resize all the panes is to update the Width or Height of all root-level RadSplitContainer controls. You can find them using the Items collection of the Docking control. Please notice that you shouldn't change the Width of the horizontally docked SplitContainers and the Height of the vertically docked ones. You can determine the orientation using the DockState attached property of the Docking control.

All other sizes are calculated relatively.

Hope this helps.

All the best,
Miroslav Nedyalkov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Docking
Asked by
Jens
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or