"gridVerticalSpacing"

Defines the distance between elements which are aligned on top of each other in a grid layout.

Synopsis

this.gridHorizontalSpacing(int spacing);

Parameter

Parameter Description
spacing Vertical distance

Description

Defines the distance between elements which are aligned on top of each other in a grid layout.

Example

main()
{
  LAYOUT_GROUP1.gridHorizontalSpacing(30);
}

Assignment

Layout group