FMX.TabControl.TTabItem.AutoSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoSize: Boolean read FAutoSize write SetAutoSize default True;

C++

__property bool AutoSize = {read=FAutoSize, write=SetAutoSize, default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabItem

Description

Specifies whether this tab item is auto-sized based on the length of the text caption it has.

Set the AutoSize property to True in order to automatically resize this tab item according to the length of the caption text.

See Also