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).
|