FGX.Layout.Types.TfgFlexWrap

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску

Delphi

TfgFlexWrap = (Nowrap, Wrap)

Описание

The FlexWrap property is set on containers and controls what happens when children overflow the size of the container along the main axis.

If a container specifies FlexWrap = Wrap then its children will wrap to the next line instead of overflowing. The next line will have the same FlexDirection as the first line and will appear next to the first line along the cross axis – below it if using FlexDirection = Column and to the right if using FlexDirection = Row.