❔ How do i change tab control tab color

I want to change the color of the tab how do i do that
8 Replies
Arch Leaders
Arch Leaders3y ago
What UI framework are you using?
PhoenixXeme
PhoenixXemeOP3y ago
idk
Arch Leaders
Arch Leaders3y ago
Well that's an issue, I'd make sure you have some understanding of the UI library before you go about styling elements.
Feast
Feast3y ago
Is that belongs to the tab item
ZacharyPatten
ZacharyPatten3y ago
okay, so short answer: you can't. The tab control doesn't have much visual customization. however, it is really easy to make your own tab control and if you make your own you can obviously make it look however you want I have an example here: https://github.com/ZacharyPatten/dotnet-winforms-examples specifically the "navigation bar" example that is essentially just a vertical tab control:
ZacharyPatten
ZacharyPatten3y ago
ZacharyPatten
ZacharyPatten3y ago
so it is very easy to make custom tab controls
Accord
Accord3y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity. Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?