0

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

Christiaan
  • 639
  • 1
  • 8
  • 18

2 Answers2

2

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

Kabeer
  • 46
  • 9
2

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