select Single Item
suspend fun selectSingleItem(itemIndex: Int, changeFocus: Boolean = true, skipScroll: Boolean = false)
Selects a single item at the specified index within the lazy list.
Parameters
item Index
The index of the item to select.
change Focus
Whether to change the focus to the selected item.
skip Scroll
Whether to skip the scroll to the selected item.