sap.m.FlexAlignContent.Center
|
Line are packed toward the center of the line.
|
sap.m.FlexAlignContent.End
|
Lines are packed toward the end of the line.
|
sap.m.FlexAlignContent.Inherit
|
Inherits the value from its parent.
|
sap.m.FlexAlignContent.SpaceAround
|
Lines are evenly distributed in the line, with half-size spaces on either end.
|
sap.m.FlexAlignContent.SpaceBetween
|
Lines are evenly distributed in the line.
|
sap.m.FlexAlignContent.Start
|
Lines are packed toward the start of the line.
|
sap.m.FlexAlignContent.Stretch
|
Lines stretch to take up the remaining space.
|