views:

9

answers:

1

hi, I am using silverlight Tab control.There are three TabItems. When I selectsecond tab item it tucked behind the first and last. Whereas it should be displayed in the foreground. How to achieve that ?

A: 

You need to review your styles and templates of TabControl and TabItem, or if you can't find them in your code - they're defaulted, then try to specify your owns.

Here is the link of TabControl ControlTemplate Example

Eugene Cheverda