Sharrok G
Sharrok G

Reputation: 457

How to create a stylish tab contol with items inside it like visual studio 2010

I want to develop an application. I want to create a stylish tab control and display pictures like Form1.cs looks like in visual studio tab control ,and i want to highlight it a yellow color when it is clicked.

you can understand by seeing this image,

enter image description here

There would be a great appreciation if someone could help me.

Thanks In Advance.

Upvotes: 0

Views: 1090

Answers (2)

Nayan
Nayan

Reputation: 3214

You need WPF.

AFAIK, AvalonDock is one good library made for very similar look. You need to check its forum for examples and latest discussions.

Upvotes: 2

Mark
Mark

Reputation: 1748

Have you looked at WPF (Windows Presentation Foundation)? The IDE Shell of Visual Studio 2010 (from the screenshot) has been written using WPF.

Upvotes: 1

Related Questions