itemBounds

abstract fun itemBounds(of: List<T, *>, item: T, index: Int, view: View? = null): Rectangle(source)

Provides the bounds for a given item in the list.

Parameters

of

a specific List

item

being rendered

index

of the item

view

being used to render that item