What should I use in order to make a `@Composable`...
# compose
l
What should I use in order to make a
@Composable
scrollable ?
z
Wrap them in a Column with a vertical scroll modifier.
👍 1
l
Thank you, I'm gonna try 🙂
It does not work for my use case. Indeed, I have a single
@composable
which is bigger than its host, and would like to scroll its content with bars.
Thank you I managed to make it work this way 😃
1