Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tab control item size property

Status
Not open for further replies.

lunaclover

Programmer
Joined
Jun 22, 2005
Messages
54
This control is weird. I'm having major trust issues with it. This time I'm trying to change the width of the tabs so they span across the whole form. So I go to Item Size and expand the plus. I think the default is 98, 18 or something, with 98 as the width and 18 as the height. I change the 98 and it doesn't do one thing, but yesterday it worked fine (before it decided not to save all my work (only part of it - and the part that was saved was something I did after the part that didn't get saved (??)))as I discovered this morning).

Has anybody else had a problem with this control working, or rather, not working? It would really be nice if I could make my tabs wider. Stupid tab control.
 
For the ItemSize property to work you need to change the SizeMode property from Normal to Fixed.


Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top