tags:

views:

1473

answers:

2
+1  A: 

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!

Pwninstein
+1  A: 

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

Tom Deleu