GUI Attributes
colLength
This attribute defines how many slots a column has or how many rows the grid has.
Examples
// Default value
colLength = 3;
colLength = 2;
colLength = 3;
colLength = 2;
This attribute defines how many slots a column has or how many rows the grid has.