In WPF is it possible to style the WPF TabControl to lool like those in Visual Studio?
Instead of this: (Normal Tabs)

I will prefer this: (Styled Tabs)

|
|
|
|
|
|
|
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! |
||
|
|
|
|
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 |
||
|
|