stordaz Posted April 17, 2003 Posted April 17, 2003 Hi, 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? Thanx --- stefano :confused: Quote
*Experts* Nerseus Posted April 17, 2003 *Experts* Posted April 17, 2003 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. -Ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
stordaz Posted April 17, 2003 Author Posted April 17, 2003 Thank you, Ner I know it was a simple question but I'm new to VB.NET and I think I'going to visit this forum very often in the next weeks. --- Stefano Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.