Hi All. I wonder how is it possible to get scroll ...
# compose
n
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
AFAIK, this is still in the works. Lazy scroll API hasn't been finalized yet.
n
Alright. I am wondering if there is possibility we can customize it for now until API is ready.
t
You could copy the source and change it to your needs.
b
@Namig Tahmazli is there any scroll listener for scrollablecolumn to get scroll position when scrolled?