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

Exntends the RadPane

1 Answer 118 Views
Docking
This is a migrated thread and some comments may be shown as answers.
DTA
Top achievements
Rank 1
DTA asked on 21 Aug 2013, 03:56 PM
Hello,

I've extended the RadDocking and I want to entend the RadPane too.
How can I set the RadDocking to create the CustomRadPane instead RadPane?
(In RadTabControl I've overrided the GetContainerForItemOverride in order to create CustomTabItem)

Best Regards

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 26 Aug 2013, 02:03 PM
Hi,

RadDocking control doesn't create the panes by itself. After creating a custom class that inherits RadPane, you could place the new created pane in the xaml as a normal RadPane. For example:
...
<telerik:RadPaneGroup>
   <telerik:CustomPane .... />
   <telerik:CustomPane .... />
<telerik:RadPaneGroup>
...

You can find more information about how to define RadDocking control here - http://www.telerik.com/help/wpf/raddocking-getting-started2.html

Hope this helps.

Regards,
George
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Docking
Asked by
DTA
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or