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

RadTabItem as Menu

2 Answers 60 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 03 Feb 2011, 05:10 PM
Hi I'm working in a project wich require show a window as attached image (Image1) and I like show a first tab item ("Insert Element") as Menu without show your content or that the header is selected but only show the menu and active item remains selected how show the second attached image ("image 2").
Sorry for my English but its not my primary language.
I hope you can help me.

2 Answers, 1 is accepted

Sort by
0
Accepted
Tina Stancheva
Telerik team
answered on 08 Feb 2011, 04:36 PM
Hello Michael,

In order to implement this functionality you have to edit the default ControlTemplate of the RadTabControl (read more) and add a control that behaves like the described Tab Menu. You have to add it inside the RadDockPanel in the HeaderDockedElement and dock it to the Left.

For example, you can add a RadDropDownButton and edit its default ControlTemplate to display it as a RadTabItem. I prepared a sample project for you. Please have a look at it and let us know if it works for you or if you need more info.

Greetings,
Tina Stancheva
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Michael
Top achievements
Rank 1
answered on 09 Feb 2011, 06:29 PM
Thank you very much, that was just what I needed.
Tags
TabControl
Asked by
Michael
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Michael
Top achievements
Rank 1
Share this question
or