I tried this. It worked fine when LazyVerticalGrid...
# compose
b
I tried this. It worked fine when LazyVerticalGrid is used as root. But my requirement is , I need to place LazyVerticalGrid,LazyRow, Text Label and a LazyColumn in a LazyColumn. I am not able to achieve this. I tried by placing LazyVerticalGrid and LazyRow in LazyColumn by setting height of LazyVerticalGrid . In that case everything is scrolled as a whole and also each individual item is also scrolled. But I'm looking for a better approach than this