Enum sap.m.FlexJustifyContentModule: sap/m/library


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

Field Summary
sap.m.FlexJustifyContent.CenterFlex items are packed toward the center of the line.
sap.m.FlexJustifyContent.EndFlex items are packed toward the end of the line.
sap.m.FlexJustifyContent.InheritInherits the value from its parent.
sap.m.FlexJustifyContent.SpaceAroundFlex items are evenly distributed in the line, with half-size spaces on either end.
sap.m.FlexJustifyContent.SpaceBetweenFlex items are evenly distributed in the line.
sap.m.FlexJustifyContent.StartFlex items are packed toward the start of the line.
Field Detail
sap.m.FlexJustifyContent.Center: string
Flex items are packed toward the center of the line.
sap.m.FlexJustifyContent.End: string
Flex items are packed toward the end of the line.
sap.m.FlexJustifyContent.Inherit: string
Inherits the value from its parent.
sap.m.FlexJustifyContent.SpaceAround: string
Flex items are evenly distributed in the line, with half-size spaces on either end. Note: This value behaves like SpaceBetween in Internet Explorer 10.
sap.m.FlexJustifyContent.SpaceBetween: string
Flex items are evenly distributed in the line.
sap.m.FlexJustifyContent.Start: string
Flex items are packed toward the start of the line.