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