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

Visual state manager inside ContentTemplate

2 Answers 74 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
bohebolo
Top achievements
Rank 1
bohebolo asked on 10 Jun 2011, 05:15 PM
I'm using RadTab's ContentTemplate to arrange the layout and bound the ItemsSource to collection.
Unfortunately silverlight DataTemplate doesn't support Visual State Manager inside it.

How to achieve this needs? Do I need to create a custom control?
Anyway it's only a simple template.

Thanks.

2 Answers, 1 is accepted

Sort by
0
Accepted
Petar Mladenov
Telerik team
answered on 15 Jun 2011, 03:57 PM
Hi bohebolo,

Could you please elaborate more on your scenario ? What are the desired states that you which to implement? Probably a changes ( adding a visual states) in the default ControlTemplate of the RadTabItem are needed. Please also keep in mind that changing the default ControlTemplate is operation out of our support scope services.

Greetings,
Petar Mladenov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
bohebolo
Top achievements
Rank 1
answered on 15 Jun 2011, 04:09 PM
Hi, thanks for the reply.
I solve this by move all the template elements to a custom control.
Because it's not a good idea to changes the RadTabItem template, since we uses RadTabControl quite a lot.
Tags
TabControl
Asked by
bohebolo
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
bohebolo
Top achievements
Rank 1
Share this question
or