FMX.Layouts.TFlowLayout.HorizontalGap
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=  | 
|
| 
 Negative Gap; Direction=  | 


