Simple Form layout in sap ui5
Simple form layout comes with a default Title property. It follows the right alignment whereas Grid layout follows left alignment. In simple form we use ResponsiveGridLayout for alignment of UIElements using labelSpan and emptySpan which divides into 12.
LabelSpan is used for allocation of number of grids for Label from left hand side.
EmptySpan is used for allocation of no of grids for empty grids from right hand side.
Grouping is used to display the UIElements divided into specific groups using Title.
While using Groups its better to use emptySpan equal to zero.
By default Simple form Layout supports 2 groups. If we need more than 2 groups then we have to use a property columns