vote up 0 vote down star

In WPF is it possible to style the WPF TabControl to lool like those in Visual Studio?

Instead of this: (Normal Tabs)

alt text

I will prefer this: (Styled Tabs)

alt text

flag

78% accept rate

2 Answers

vote up 1 vote down

It's definitely possible, through the use of a ControlTemplate. See this MSDN entry for an example of a TabControl ControlTemplate. You can use this as a starting point. Good luck!

link|flag
vote up 1 vote down

Here is a nice tutorial that helped me styling tabs the way I want them to be: http://www.switchonthecode.com/tutorials/the-wpf-tab-control-inside-and-out

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.