Class GridLayout2D

Class Hierarchy
See also

To create a Grid Layout 2D with two columns and two rows with automatic cell size, and

To create a Grid Layout 2D with two columns and two rows, using both fixed and automatic cell size.

To create a Grid Layout 2D with two columns and three rows whose sizes the grid calculates in proportion to the sizes of other columns and rows in the grid. For each item in the

Inherits properties and message types from GridLayout2DMetadata.

Synopsis

Methods
create()

Creates a GridLayout2D node

GridLayout2D.GridLayout2D:create(name)

Creates a GridLayout2D node.

Parameters
name (string)

The name of the node.

Return Values
(GridLayout2D)

The created node.