add

fun add(child: View, row: Int = 0, column: Int = 0, rowSpan: Int = 1, columnSpan: Int = 1)(source)

Adds a View to the panel at the specified grid cells.

Parameters

child

being added

row

in the panel to put the child

column

in the panel to put the child

rowSpan

number of rows the item will span in the panel

columnSpan

number of columns the item will span in the panel