Hello, Can someone help me with a design? I Have a...
# compose
m
Hello, Can someone help me with a design? I Have a screen with Column Image Text LazyVerticalGrid However, my UI only have one scroll inside LazyVerticalGrid but I would like to have the scroll in all content of the screen. With view I would use nestedscrollview but here I am not able to do something same. Edit: If I do other lazy colum i recived this message
Copy code
Nesting scrollable in the same direction layouts like LazyColumn and Column(Modifier.verticalScroll()) is not allowed.