Is there a way to remember scroll state in LazyColumnFor? In ScrollableColumn, i can just pull out scrollState, LazyFor does not provide this parameter. When i try to use Modifier.verticalScroll() on LazyColumnFor using a saved scroll state, scroll behaviour is messed up (no acceleration when 'flinging' the page). Anybody uses LazyColumnFor with a saved scroll state?
m
matvei
09/08/2020, 1:11 PM
scroll state from LazyColumnFor will be exposed in the near future