Multi-line Tabs

S

SyrNO

I'm designing a form with 13 tabs. Is there any way to have them appear on
multiple lines as most Windows applications. I'd like them to always be
visible on-screen and make the tabbed control smaller.
 
R

Rick Brandt

SyrNO said:
I'm designing a form with 13 tabs. Is there any way to have them
appear on multiple lines as most Windows applications. I'd like them
to always be visible on-screen and make the tabbed control smaller.

Tha TabControl has a property named "MultiRow". Set it to Yes.
 
S

SyrNO

OUTSTANDING!!! I kept looking at the properties for the individual tabs, not
the tabs object itselt.

Thanks, Rick
 
Top