FMX.TabControl.TTabItem.AutoSize
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.