How can I change the width of the top label of a TabPage in a TabControl?
I tried changing the width value in the size param of the properties windows but nothing happens.
Where am I wrong?
You have a few options:
1. You can set SizeMode to Fixed and set the ItemSize property to the width you want.
2. You can use the Padding property to make each tab have a little extra padding. This will not create fixed width tabs, but just pad the text on each one.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.