"gridRowMinimumHeight"

Defines the minimum height for the specified row of the grid layout.

Synopsis

this.gridRowMinimumHeight(int row, int height);

Parameter

Parameter Description
row Row of the grid layout (index starting from 0)
height Row height

Description

Defines the minimum height for the specified row of the grid layout.

Example

main()
{
  LAYOUT_GROUP1.gridRowMinimumHeight(0,20);
}

Assignment

Layout group