getChildAt

open fun getChildAt(column: Int, row: Int): Widget?

Gets the child of @grid whose area covers the grid cell at @column, @row.

Return

the child at the given position

Parameters

column

the left edge of the cell

row

the top edge of the cell