Hi All. I wonder how is it possible to get scroll x and y value for LazyColumnFor. I know that we can pass scrollState to ScrollableColumn and get scroll x value from state we passed in. But there is not such an option for LazyColumnFor.
h
Halil Ozercan
09/20/2020, 6:42 AM
AFAIK, this is still in the works. Lazy scroll API hasn't been finalized yet.
n
Namig Tahmazli
09/20/2020, 6:47 AM
Alright. I am wondering if there is possibility we can customize it for now until API is ready.
t
Timo Drick
09/20/2020, 9:16 AM
You could copy the source and change it to your needs.
b
Bsn Net
10/01/2020, 2:52 AM
@Namig Tahmazli is there any scroll listener for scrollablecolumn to get scroll position when scrolled?