There is any way i can scroll to a specific item inside a LazyColumn ?
v
There is any way i can scroll to a specific item inside a LazyColumn ?
a
Yes, you can create a LazyListState using
rememberLazyListState
, pass it to the
LazyColumn
and call on the lazy list state one of the scroll functions.