Join Slack
Powered by
There is any way i can scroll to a specific item i...
# compose
v
Vinícius Santos
06/14/2021, 2:16 PM
There is any way i can scroll to a specific item inside a LazyColumn ?
a
Alex Gabor
06/14/2021, 2:23 PM
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.
k
Kirill Grouchnikov
06/14/2021, 2:37 PM
https://developer.android.com/jetpack/compose/lists#control-scroll-position
3
Views
Open in Slack
Previous
Next