RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabSet.AutoScroll Property

Determines if scroll buttons automatically appear in a tab set control if there isn't room in the control to display all the tabs.

Pascal
property AutoScroll: Boolean;
C++
__property Boolean AutoScroll;

If AutoScroll is false, the application can still access tabs that aren't visible by using the FirstIndex or TabIndex properties at design time or runtime, but the user can't click on the tabs with the mouse at runtime. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!