https://kotlinlang.org logo
#compose
Title
# compose
m

Marcin Środa

07/22/2020, 8:25 AM
How to get current item position / scrolling position in LazyColumnItems? Should I implement custom scrolling modifier? I want to hold current item position while loading more data before (working on something like chat list with fetching old messages while scrolling to the edge) and need to know what position is (like in vertical scroller).
c

cb

07/22/2020, 9:42 AM
You can't currently.
@matvei @Andrey Kulikov who are working on improving all of the scrollable APIs at the moment
👍 2
a

Andrey Kulikov

07/22/2020, 10:04 AM
yes, it is planned, we hope to have this possibility in one of the next releases
m

Marcin Środa

07/22/2020, 10:27 AM
Cool, thanks guys