GridLayout
The GridLayout represents a layout that arranges the interface elements in a grid in the interface element container. The colCount GridLayout property can be used to specify the number of grid columns.

The InvisibleElement interface elements enables the use of empty GridLayout cells in a GridLayout.
Runtime class |
CL_WD_GRID_LAYOUT |
Properties in the View Designer
Name |
Type |
Initial value |
Bindable |
id |
STRING |
(automatic) |
No |
I |
0 |
No |
|
I |
0 |
No |
|
I |
1 |
No |
|
WDY_BOOLEAN |
true |
No |
|
WDY_BOOLEAN |
true |
No |
Aggregations in the View Designer
Name |
Cardinality |
Type |
0..1 |
||
0..1 |
Events in the View Designer
Name |

Other properties that can be inherited are defined in the associated high-level classes. The associated UI elements are:
● Layout
For dynamic programming, the same properties, events, and aggregations are available as in the View Designer. Bear in mind the different spellings.
Dynamic programming of properties
View Designer name |
Runtime name |
Type |
CELL_PADDING |
I |
|
CELL_SPACING |
I |
|
COL_COUNT |
I |
|
STRETCHED_HORIZONTALLY |
WDY_BOOLEAN |
|
STRETCHED_VERTICALLY |
WDY_BOOLEAN |
Dynamic programming of events
View Designer name |
Runtime name |
ON_DROP |
Dynamic programming of aggregations
View Designer name |
Runtime name |
Cardinality |
DRAG_SOURCE_INFO |
0..1 |
|
DROP_TARGET_INFO |
0..1 |