Layout View
With the release of version v2007 vol 3, our WinForms Grid Control introduces a new data representation format - Layout View. Like the Card View, this View type displays data records as cards. The difference is that it allows to present data more compactly. You can freely customize field layout and thus use form space more effectively. The Card View, on the other hand, simply arranges fields one under another.
The following field arrangement features are supported by the Layout View:
- Fields can be freely arranged into any number of rows and columns.
- Fields can span over several adjacent fields.
- Fields can be combined into groups, as if they were added to a group box.
- Empty regions can be added to cards, if required.

|