❔ How do i change tab control tab color
I want to change the color of the tab how do i do that
8 Replies
What UI framework are you using?
idk
Well that's an issue, I'd make sure you have some understanding of the UI library before you go about styling elements.
Is that belongs to the tab item
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:
so it is very easy to make custom tab controls
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.