Enum sap.m.FlexAlignContentModule: sap/m/library


Available options for the layout of container lines along the cross axis of the flexbox layout. Note: This property has no effect in Internet Explorer 10.

Field Summary
sap.m.FlexAlignContent.CenterLine are packed toward the center of the line.
sap.m.FlexAlignContent.EndLines are packed toward the end of the line.
sap.m.FlexAlignContent.InheritInherits the value from its parent.
sap.m.FlexAlignContent.SpaceAroundLines are evenly distributed in the line, with half-size spaces on either end.
sap.m.FlexAlignContent.SpaceBetweenLines are evenly distributed in the line.
sap.m.FlexAlignContent.StartLines are packed toward the start of the line.
sap.m.FlexAlignContent.StretchLines stretch to take up the remaining space.
Field Detail
sap.m.FlexAlignContent.Center: string
Line are packed toward the center of the line.
sap.m.FlexAlignContent.End: string
Lines are packed toward the end of the line.
sap.m.FlexAlignContent.Inherit: string
Inherits the value from its parent.
sap.m.FlexAlignContent.SpaceAround: string
Lines 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.FlexAlignContent.SpaceBetween: string
Lines are evenly distributed in the line.
sap.m.FlexAlignContent.Start: string
Lines are packed toward the start of the line.
sap.m.FlexAlignContent.Stretch: string
Lines stretch to take up the remaining space.