"gridHorizontalSpacing"

Defines the distance between elements which are aligned next to each other in a grid layout.

Synopsis

this.gridHorizontalSpacing(int spacing);

Parameter

Parameter Description
spacing Horizontal distance between elements

Description

Defines the distance between elements which are aligned next to each other in a grid layout.

Example

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

Assignment

Layout group