Custom tabcontrol

cnordvik

Newcomer
Joined
May 2, 2003
Messages
5
Hi.

I want to make a custom tabcontrol. The only difference between the one I want to make and the standard one is the GUI. I want the tabs at the top to be much larger and look somewhat different.

Has anyone already done something similar? Would appreciate any links if you have an article or something describing the solution.

I've considered two cases and I would like feedback on which to choose:

1. Subclass the standard Tabcontrol and override onpaint
2. Build a new control with GDI+

Best regards,

Christer
 
Have you played around with the ItemSize property of the TabControl, to adjust the height & width of the tabs?

And the Appearance property?

ailzaj
 
Back
Top