I am using a LazyVerticalGrid and LazyRow in appli...
# compose
b
I am using a LazyVerticalGrid and LazyRow in application. Individually items are scrolled without issue. I want these items to be scrolled as whole similar to NestedScrollView of Android ViewSystem. Is there a way can we achieve that in compose ?
a
b
I will check this
k
That is not a requirement. That is a solution (or rather, an unworkable “solution”) to a problem. State the problem you’re trying to solve instead.
c
Can you please uncheck the “also send to #compose” so your replies are not spamming the channel.
k
You need to use a single (lazy, if needed) scrollable container in one direction. You can have LazyRows as children in a LazyColumn, but you can’t put a LazyColumn inside another LazyColumn, or a LazyColumn inside another LazyVerticalGrid. And as another commenter said, please respect the rules of this channel and server, and keep replies to the thread instead of spamming them to the main channel.