enum sap.m.FlexAlignContent

Control sample: sap.m.FlexAlignContent
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Available options for the layout of container lines along the cross axis of the flexbox layout.


Properties Overview

Node Description
sap.m.FlexAlignContent.Center

Line are packed toward the center of the line.

sap.m.FlexAlignContent.End

Lines are packed toward the end of the line.

sap.m.FlexAlignContent.Inherit

Inherits the value from its parent.

sap.m.FlexAlignContent.SpaceAround

Lines are evenly distributed in the line, with half-size spaces on either end.

sap.m.FlexAlignContent.SpaceBetween

Lines are evenly distributed in the line.

sap.m.FlexAlignContent.Start

Lines are packed toward the start of the line.

sap.m.FlexAlignContent.Stretch

Lines stretch to take up the remaining space.