Christiaan
Christiaan

Reputation: 669

I want to know how to change the Tab Control style

I'm playing around with C# and I'm using the TabControl, I would like to know how can I change the "looks" of the default tabcontrol from this:

Default

to something "smoother" and nicer, something like this perhaps Modified

How would I do this ?

at the moment I'm using Windows Forms Application

Upvotes: 0

Views: 7634

Answers (2)

777chubinidze
777chubinidze

Reputation: 47

You can use Metroframework for changing style of tabs,buttons,progressbars and etc.

Upvotes: 2

Kabeer
Kabeer

Reputation: 46

It's not possible to customize the tab control in Windows Forms Application. You will have to create your own control..

Refer to here to get started

Upvotes: 2

Related Questions