YASAN
07/09/2021, 8:05 PMLazyColumn? Using LazyVerticalGrid throws an exception which says I cannot use two scrollable layouts in one direction & I cannot find a non scrollable version of Grid to use.
I do not want to grid scroll independently, I just want to put a grid inside my LazyColumn. I know I can manually implement it using Rows & Columns but I am trying to avoid that especially since my grid is adaptive and the number of items on each row depend on the device.Nat Strangerweather
07/09/2021, 8:57 PMLazyColumn and there is no problem: https://github.com/android/compose-samples/blob/main/Jetsnack/app/src/main/java/com/example/jetsnack/ui/components/Grid.ktYASAN
07/10/2021, 8:16 AM