Hey guys, is there a way to do something like ```...
# compose
a
Hey guys, is there a way to do something like
Copy code
Column(modifier = Modifier.verticalScroll(rememberScrollState()) {
   LazyVerticalGrid()....
}
I am trying to make something like but with the entire page being scrollable. Is there a way to do this using the above snippet or would I have to make the grid manually?
👍 2
Closest thing to what I was looking for was this but this was 9 months ago, didn’t know if we have a better way of doing this ?
a
a
Thank you @Andrey Kulikov for the explanation. I decided to go with the chunking approach suggested in the older thread.
n
I’m late into this discussion, but I answered a very similar question yesterday… https://stackoverflow.com/questions/66908737/what-is-the-equivalent-of-nestedscrollview-recyclerview-or-nested-recyclerv