removeRow

fun removeRow(rowIndex: Int)

Removes the desired row in the grid. Removes all, views in the row.

If there is no row left in the grid, it gets trimmed to size 0x0.

See also

Parameters

rowIndex

Index of the row te be deleted.