selectSingleItem

suspend fun selectSingleItem(itemIndex: Int, changeFocus: Boolean = true, skipScroll: Boolean = false)

Selects a single item at the specified index within the lazy list.

Parameters

itemIndex

The index of the item to select.

changeFocus

Whether to change the focus to the selected item.

skipScroll

Whether to skip the scroll to the selected item.