Any way to create a better looking TabControl?
-
Is there any way to create a TabControl that look better than the default control in VS.Net. As an example, I'd love to be able to use an image as the actual tab, wich could give me the flexibility to create any color, shape and form on the tabs.... Please, if you have any tips on how to do this, let me know....
-
Is there any way to create a TabControl that look better than the default control in VS.Net. As an example, I'd love to be able to use an image as the actual tab, wich could give me the flexibility to create any color, shape and form on the tabs.... Please, if you have any tips on how to do this, let me know....
check out these guys. http://www.dotnetmagic.com/TabControl.html . just re-write what you want... its a bit of work to factor out the other two parts of their library, but its worth it. solid code... light documentation.