FMX.Layouts.TFlowLayoutBreak.HorizontalGap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HorizontalGap : Single read FRules.HorizontalGap write FRules.HorizontalGap;

C++

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

Properties

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

Description

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

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

This property has effect only if ChangesRules is set to True. With ChangesRules set to True, HorizontalGap affects all the controls added to a TFlowLayout after a TFlowLayoutBreak, until all controls are displayed or another TFlowLayoutBreak is found.

See Also