GridLayout.numColumns

numColumns specifies the number of cell columns in the layout. If numColumns has a value less than 1, the layout will not set the size and position of any controls.

The default value is 1.

class GridLayout
int numColumns;

Meta