Hi
I want to customize the tab control
the tabpage headers shoud fill the tabcontrol header.
if there are only two tab pages then the header should be divided into two parts
and please give me good info about tabcontrol custonmization for better look and work
Thanks in advance
Loading
StefanPosted Mar 13, 2009, 12:45 PM
Take a look at TabControl.DrawItem Event.
To customize the appearance of the tabs, provide your own painting code in a handler for the DrawItem event.
If you draw the tab youreslf, you can change it almost anyway.