Vcl.Tabs.TTabSet.AutoScroll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoScroll: Boolean read FAutoScroll write SetAutoScroll default True;

C++

__property bool AutoScroll = {read=FAutoScroll, write=SetAutoScroll, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TTabSet

Description

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

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.

See Also