Hey, what’s the counterpart of `scrollToPosition(i...
# compose
h
Hey, what’s the counterpart of
scrollToPosition(int position)
in Compose?
v
I haven’t tried this yet but updating the value of the
LazyListState
parameter might be something you can try. Although I think you might have to use some of the animation api’s to make the transition smooth. Don’t have a great answer since I’ve not tired this yet.