The items will be displayed as a table with each item being a new column.
If you want to turn the navigation toolbox on, go to Navigation description page.
The vertical table display can be added using the VerticalTableDisplayModifier modifier.
VerticalTableDisplayModifier
With this display, each MForm item control is displayed as a column.
To further customize the table, the CellStyle and ColumnStyle properties can be used.
CellStyle
ColumnStyle
To change the settings of the table title, the Title can be used.
Title
Currently it is not possible to display items of different types in the same table, however this functionality is planned.
For best results, the control with vertical table display specified should not have the content to complicated. The layout may get broken if this item has children that can be added.