scrollToItem

suspend fun scrollToItem(itemIndex: Int, animateScroll: Boolean = false, scrollOffset: Int = 0)

Parameters

itemIndex

The index of the item to focus on.

animateScroll

Whether to animate the scroll to the focused item.

scrollOffset

The scroll offset for the focused item.