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

Programmatically Moving Splitters

2 Answers 46 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 04 Jun 2010, 06:31 AM
Hello,

I'd like to be able to move RadPaneSplitters based upon fixed-size content within a pane.  Is this possible?

Thanks,
Paul from Minneapolis

2 Answers, 1 is accepted

Sort by
0
Accepted
Miroslav Nedyalkov
Telerik team
answered on 09 Jun 2010, 09:11 AM
Hello Paul,

 This is possible, but very hard to achieve in the common case. That's why we didn't implement it out-of-the-box. What you need to do is to change the Width or Height of the root-level SplitContainers and to change the ProportionalStackPanel.RelativeSize of all nested elements (groups and split containers).

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.
0
Paul
Top achievements
Rank 1
answered on 09 Jun 2010, 02:30 PM
Hi Miroslav,

Yes, it points me in the right direction, thanks!

-Paul
Tags
Docking
Asked by
Paul
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Paul
Top achievements
Rank 1
Share this question
or