Color of tab control.
-
I have been trying to change color of tab control. But all i could do is change the color of tab - pages present on the tab control. It looks very awkward that tab pages of different color and the panel on which these pages are present is default color. Please if any one knows how to change the color of the tab control... ~Vikram Verma
-
I have been trying to change color of tab control. But all i could do is change the color of tab - pages present on the tab control. It looks very awkward that tab pages of different color and the panel on which these pages are present is default color. Please if any one knows how to change the color of the tab control... ~Vikram Verma
-
Hello, You have to do your own drawing on an inherit tabcontrol! Look at this article: http://www.codeproject.com/cs/miscctrl/magictabcontrol.asp[^] All the best, Martin
-
Thanks martin... But isnt there any way provided in visual studio.. I guess this is a common problem.