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

Custom radpane width in a radsplitcontainer radpanegroup

1 Answer 100 Views
Docking
This is a migrated thread and some comments may be shown as answers.
MattC2007
Top achievements
Rank 1
MattC2007 asked on 11 Aug 2010, 05:08 PM
I need to have all of my radpanes to have different widths. Is there a way to acheive this? It's my understanding the radsplitcontainer dictates the width..

Here is my code for my left docked radpanegroup housed in a splitcontainer with the content removed..

<telerikDocking:RadSplitContainer x:Name="rscDockedLeft" InitialPosition="DockedLeft" Width="520"  Background="#646464">
                <telerikDocking:RadPaneGroup>
                    <telerikDocking:RadPane x:Name="rpMapGroups" Header="Map Groups" IsPinned="False" CanFloat="False" CanDockInDocumentHost="False" CanUserClose="False" IsHidden="False" Width="Auto" Height="Auto" Background="#646464">
                        <telerikDocking:RadPane.Content>
                            
                        </telerikDocking:RadPane.Content>
                    </telerikDocking:RadPane>
                    <telerikDocking:RadPane x:Name="rpMapAssets" Header="Map Assets" IsPinned="False" CanFloat="False" CanDockInDocumentHost="False" CanUserClose="False" IsHidden="False" Width="Auto" Height="Auto" Background="#646464">
                     <telerikDocking:RadPane.Content>
                            
                        </telerikDocking:RadPane.Content>
                     </telerikDocking:RadPane>   
                        <telerikDocking:RadPane x:Name="rpMapZones" Header="Map Zones" IsPinned="False" CanFloat="False" CanDockInDocumentHost="False" CanUserClose="False" IsHidden="False" Width="Auto" Height="Auto" Background="#646464">
                        <telerikDocking:RadPane.Content>
                           
                        </telerikDocking:RadPane.Content>
                    </telerikDocking:RadPane>
                </telerikDocking:RadPaneGroup>
            </telerikDocking:RadSplitContainer>

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 13 Aug 2010, 02:49 PM
Hi Matt,

 I cannot clearly understand what you need to do. Could you please give us some more details about what you need to do? Providing us with screen shots and detailed explanation will help us a lot to help you solve your problem.

Greetings,
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
MattC2007
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or