Reputation: 669
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:
to something "smoother" and nicer, something like this perhaps
How would I do this ?
at the moment I'm using Windows Forms Application
Upvotes: 0
Views: 7634
Reputation: 47
You can use Metroframework for changing style of tabs,buttons,progressbars and etc.
Upvotes: 2