enum sap.m.FlexDirection

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

Available directions for flex layouts.


Properties Overview

Node Description
sap.m.FlexDirection.Column

Flex items are laid out along the direction of the block axis (usually top to bottom).

sap.m.FlexDirection.ColumnReverse

Flex items are laid out along the reverse direction of the block axis (usually bottom to top).

sap.m.FlexDirection.Inherit

Inherits the value from its parent.

sap.m.FlexDirection.Row

Flex items are laid out along the direction of the inline axis (text direction).

sap.m.FlexDirection.RowReverse

Flex items are laid out along the reverse direction of the inline axis (against the text direction).