scrollToItem

open suspend override fun scrollToItem(index: Int, offset: Int)

Scrolls the row to the item at the specified index with a given pixel offset.

Parameters

index

The index of the item to scroll to.

offset

The scroll offset in pixels for the item at the given index.