Enum sap.m.FlexWrapModule: sap/m/library


Available options for the wrapping behavior of a flex container.

Field Summary
sap.m.FlexWrap.NoWrapThe flex container is single-line.
sap.m.FlexWrap.WrapThe flex container is multi-line.
sap.m.FlexWrap.WrapReverseThe flex container is multi-line with the cross-axis start and end being swapped.
Field Detail
sap.m.FlexWrap.NoWrap: string
The flex container is single-line.
sap.m.FlexWrap.Wrap: string
The flex container is multi-line.
sap.m.FlexWrap.WrapReverse: string
The flex container is multi-line with the cross-axis start and end being swapped.