I want to display similar to NestedScrollView of A...
# compose
b
I want to display similar to NestedScrollView of Android ViewSystem. I want to display items with LazyVerticalGrid followed by LazyRow. When there are more items in LazyVerticalGrid ,I am not able to see all the items as screen does not fit. So, I thought of having whole LazyVerticalGrid and LazyRow to scroll as a whole. I tried including them in LazyColumn. But the app crashes with Infinite Height issue for LazyVerticalGrid. So,I set the height as 400.dp explicitly . https://stackoverflow.com/questions/76656408/jetpack-compose-nested-scroll-with-lazycolumn-issue