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

Placing RadPaneGroup in the top of window

2 Answers 38 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Anders
Top achievements
Rank 1
Anders asked on 27 Mar 2012, 12:25 PM
Hi telerik,

We are using the docking feature - and have had the RadPaneGroup of docked panes in the bottom.

Now users are requesting that the RadPaneGruop is at the top in each of the split container instead as it is with DocumentHost.

Is it possible to move the RadPaneGroup to the top?

Thanks,

Anders, Denmark.

2 Answers, 1 is accepted

Sort by
0
Anders
Top achievements
Rank 1
answered on 30 Mar 2012, 11:34 AM
I found it:

The desired property is defined on RadPaneGroup and is called TabStripPlacement.

                    <telerik:RadSplitContainer telerik:DockingPanel.InitialSize="350,250" InitialPosition="DockedLeft">
                        <telerik:RadPaneGroup x:Name="LeftGroup" TabStripPlacement="Top">
                        </telerik:RadPaneGroup>
                    </telerik:RadSplitContainer>

0
Konstantina
Telerik team
answered on 30 Mar 2012, 11:36 AM
Hi Anders,

Yes, you could move the SplitContainer at the top - you just need to set its InitialPosition property to DockedTop and if you don't need the DocumentHost to set the HasDocumentHost property of the RadDocking to False.
More information about the SplitContainers you could find in this help article.

Hope this helps.

Regards,
Konstantina
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Docking
Asked by
Anders
Top achievements
Rank 1
Answers by
Anders
Top achievements
Rank 1
Konstantina
Telerik team
Share this question
or