I need to customize a TabControl, like, change the colors of the tabs when selected, leave the TabControl without a border (flat type), etc.
I tried using the TabControl component of Windows Forms and I could not, I tried to remove this white border, change the color of the tab where tabPage1 is written and I did not succeed.
How can I do this?