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

Making the RadDocking status to Tabbed document?

1 Answer 123 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Kun
Top achievements
Rank 1
Kun asked on 13 Nov 2012, 09:35 PM
Is there a way to make the default RadDocking status to Tabbed document?
When we right click the docking pane, there are "Floating, Dockable, Tabbed Document, Auto hide, Hide" options. But I don't knew which property does this change? How to make it to "Tabbed Document" by default?


Thanks.

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 16 Nov 2012, 01:43 PM
Hi Kun,

The MenuItem is executing a command in order to add the pane to the DocumentHost. The command is :
Command="telerikDocking:RadDockingCommands.TabbedDocument"
where:
xmlns:telerikDocking="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Docking"
If you want to make the RadPane to be by default in DocumentHost you can just add them to a RadPaneGroup that is in the DocumentHost as shown here.

Regards,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Docking
Asked by
Kun
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or