The horizontal table display can be added using the HorizontalTableDisplayModifier
modifier.
With this display, each MForm item control is displayed as a row of a table.
The usage of the horizontal table display is restricted to only the simplest MForm
controls that have no more than 4-6 leaf children. It is also strongly advised not
to insert any other content in MForm control that uses this display.
With this display, each MForm item control is displayed as a row.
To further customize the table, the CellStyle and RowStyle properties can be used.
To change the settings of the table title, the Title can be used.
Currently it is not possible to display items of different types in the same table,
however this functionality is planned.