selectSingleKey

suspend fun selectSingleKey(key: Any, changeFocus: Boolean = true, skipScroll: Boolean = false)

Selects a single item with the specified key within the lazy list.

Parameters

key

The key 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.