References
Libraries
Superclasses: LayoutChild, Object
LayoutChild
Object
GridLayoutChild(**properties)
Retrieves the column number to which child attaches its left side.
child
Retrieves the number of columns that child spans to.
Retrieves the row number to which child attaches its top side.
Retrieves the number of rows that child spans to.
Sets the column number to attach the left side of child.
column – the attach point for child
Sets the number of columns child spans to.
span – the span of child
Sets the row to place child in.
row – the row for child
Sets the number of rows child spans to.
The column to place the child in.
The number of columns the child spans to.
The row to place the child in.
The number of rows the child spans to.
GridLayoutChild.get_column()
GridLayoutChild.get_column_span()
GridLayoutChild.get_row()
GridLayoutChild.get_row_span()
GridLayoutChild.set_column()
GridLayoutChild.set_column_span()
GridLayoutChild.set_row()
GridLayoutChild.set_row_span()
GridLayoutChild.props.column
GridLayoutChild.props.column_span
GridLayoutChild.props.row
GridLayoutChild.props.row_span