Determines how the items will be displayed in the Grid control.
Multiple by Quantity | This value indicates that a fixed number of items will be displayed in each row/column of the grid. It will be determined by the Items Per Row or Items Per Column properties, depending on the grid Scroll Direction. |
Multiple by Size | The number of items displayed in each row/column will be determined according to each item size. To achieve this, the values of the properties Maximum/Minimum Width and Maximum/Minimum Height are used. |
Single | One item per row/column will be displayed. |
Staggered by Quantity | The grid is displayed with a staggered layout, where each item can have a different size. |
Generators: Android, Apple, Angular
Controls: Grid
This property is available for a Grid control included in a Panel object.
This property applies only at design time.