Horizontal table display - Demonstration

The items are displayed as a table with each item being a new row.

 
City Activities
Art Gallery
Museum
Cinema
Pub
Restaurant
XML output

        
Horizontal table display - Description

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.

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.