I'm trying to use `LazyColumn` inside a `NestedScr...
# compose
j
I'm trying to use
LazyColumn
inside a
NestedScrollView
, it works... But the list does not scroll. Is there a way to make it work?
k
So... what you're saying... it doesn't work...
j
Works I say, it not throw an error...
Do you know how can I make it work ? @Kirill Grouchnikov
j
I tried with column and LazyColumn
But I will try combining box with column and remmebrScrollState
j
Tried but not wrok. I have a nested scroll view with appbarlayout, inside it i have a fragment with lazylist compose, when i scroll, the appbar collapse and do not perform lazylist scroll
a
Try updating compose version to latest beta2. They have fixed it in that version
611 Views