✅ rounded tab on tabcontrol
Hello guys, i'm trying to get rounded tabs on my tabcontrol, i have tried everything even asked chatgpt for the whole week and i am breaking my mind. I dont know if it is possible, i even tried changing the code of the designer of the tabcontrols but nothing works. As seen in the video the corners are too sharp and I just want to make them round.
3 Replies
You'll likely need a custom control or move to something like wpf.
; (
You'll need to draw the corners yourself with onpaint event
There's alternatives, but it's all the same variation on a theme