4

i search google for restyling tab control in WPF and i found many but i am not getting any sample according to my requirement. here i am attaching the picture of the tab control which looks good.

enter image description here

i want to have the same look tab control in WPF so please some one guide me how to do it. thanks

Benjamin Gale
  • 12,977
  • 6
  • 62
  • 100
Thomas
  • 33,544
  • 126
  • 357
  • 626

2 Answers2

3

Check if this helps

How to create trapezoid tabs in WPF tab control

Community
  • 1
  • 1
biju
  • 17,554
  • 10
  • 59
  • 95
2

Look into AvalonDock on CodePlex. It has similar style for TabControl. You can go ahead and use that or look into code and try it yourself.

enter image description here

decyclone
  • 30,394
  • 6
  • 63
  • 80
  • thanks for ur answer...how to extract the tab portion from avalon dock project. looking for ur suggestion – Thomas Feb 17 '11 at 12:46
  • Download source code from CodePlex and look for that control's style. You should find it. You can also use Blend to extract styles. – decyclone Feb 17 '11 at 12:48
  • how expression blend can be use to extract style. please discuss in detail. i am wpf beginner. – Thomas Feb 18 '11 at 06:11
  • a lot of articles are there: http://dotneteers.net/blogs/vbandi/archive/2010/01/19/extract-styles-in-expression-blend.aspx and search the web: http://www.bing.com/search?q=extract+style+expression+blend&go=&form=QBRE&qs=n&sk= – decyclone Feb 19 '11 at 04:39