Click here to Skip to main content
15,885,278 members
Articles / Desktop Programming / Windows Forms

Painting Your Own Tabs - Second Edition

Rate me:
Please Sign up or sign in to vote.
4.93/5 (193 votes)
21 Sep 2010CPOL20 min read 892.7K   79.7K   388  
A better way to control the painting of the .NET TabControl
With the built in System.Windows.Forms.TabControl, the rendering of the tab control is okay when aligned to the top, but even then, it is not perfect. In this article, a solution to this problem has been presented. You will see how to use the code followed by a list of properties and events exposed by the control. Finally, you will also see some tips.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United Kingdom United Kingdom
Unfortunately my real name was already in use as a code project login. For those of you who are wondering I am really Napoleon Solo. Sorry, I mean, Mark Jackson. Well, I do look a bit like him I think.

Comments and Discussions