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

Customize Docking Window

1 Answer 58 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bipin
Top achievements
Rank 1
Bipin asked on 10 Jul 2013, 08:38 AM
Hi,
I want to customize docking window as below
- Ability to rename tabs on double click.
- Tabs shall be detachable and on double click on the border shall give full screen
- Tabs shall have tab options (close, close all but this, New Horizontal Tab group, New vertical tab group). Please see the attached image
- Tab switcher. Please check the attached image

Please let me know whether is it possible to integrate above features in docking window?

Thanks
Bipin Dalbhide

1 Answer, 1 is accepted

Sort by
0
Accepted
Vladi
Telerik team
answered on 15 Jul 2013, 10:13 AM
Hello,

In order to customize the headers of the docked in the DocumentHost Panes and achieve a double click edit mode you will need to create a custom control that has both editable and non editable modes. After that add that control to the RadPaneStyle's DocumentHostTemplate and in that template replace the TabItemContentPresenter with x:Name="HeaderElement" with the custom control. We created and attached a sample project for you that shows a possible approach in achieving the desired behavior, hope this is helpful.

In order to achieve floating of Panes all you need to do is call the MakeFloatingOnly() method of the RadPane you want to float from the code behind.

You can read this help article that described how to customize the menu of the Panes.

I am not sure what you mean by tab switcher as the attached screenshot is very small in side and it is hard to observe it.

Regards,
Vladi
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
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
General Discussions
Asked by
Bipin
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or