The VerticalLayout can be used to bring multiple controls to one column. All controls in the layout are placed one below the other.
See also: sap.ui.commons.layout
This example shows a simple VerticalLayout. The width is determined by the content.
This example shows a simple VerticalLayout with fixed width. If the embedded controls are larger, they are cut.