enum sap.m.FlexJustifyContent

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

Available options for the layout of elements along the main axis of the flexbox layout.


Properties Overview

Node Description
sap.m.FlexJustifyContent.Center

Flex items are packed toward the center of the line.

sap.m.FlexJustifyContent.End

Flex items are packed toward the end of the line.

sap.m.FlexJustifyContent.Inherit

Inherits the value from its parent.

sap.m.FlexJustifyContent.SpaceAround

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

sap.m.FlexJustifyContent.SpaceBetween

Flex items are evenly distributed in the line.

sap.m.FlexJustifyContent.Start

Flex items are packed toward the start of the line.