FMX.Layouts.TFlowLayout.HorizontalGap

From RAD Studio API Documentation

Delphi

property HorizontalGap : Single read FRules.HorizontalGap write SetHGap;

C++

__property float HorizontalGap = {read=FRules.HorizontalGap, write=SetHGap};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFlowLayout

Description

Specifies the minimum distance between two adjacent child controls of a TFlowLayout.

If HorizontalGap has a negative value, the child controls are overlapped following the direction specified by the FlowDirection property.

Gap and direction Result

Positive Gap

Negative Gap; Direction=LeftToRight

Negative Gap; Direction=RightToLeft

See Also