"gridColumnMinimumWidth"
Defines the minimum width for the given column of the grid layout.
Synopsis
this.gridColumnMinimumWidth(int column, intwidth);
Parameter
Parameter | Description |
---|---|
column | Column of the grid layout (index starting from 0) |
width | Column width |
Description
Defines the minimum width for the given column of the grid layout.
Example
main()
{
LAYOUT_GROUP1.gridColumnMinimumWidth(0,30);
}
Assignment
Layout group