FMX.TabControl.TTabControl.FullSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FullSize: TBehaviorBoolean read FFullSize write SetFullSize default TBehaviorBoolean.PlatformDefault;

C++

__property Fmx::Behaviormanager::TBehaviorBoolean FullSize = {read=FFullSize, write=SetFullSize, default=2};

Properties

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

Description

Specifies whether the tab buttons occupy all the space in the tabs band.

Set the FullSize property to True in order for the clickable tab buttons to take up all the space in the tabs band. For instance, if you have a tab control component of a fairly large width and only two tabs, then setting FullSize to True will make the two tab buttons span over the entire width of the tab control.

Set FullSize to False to let Delphi automatically adjust the way the tab buttons occupy the space.

TabControlFullSize.png

See Also