Is it possible to make an <Accompanist> `FlowRow` ...
# compose
l
Is it possible to make an Accompanist
FlowRow
scrollable ? Or to add Scrollbars automatically around it ?
c
I haven’t tried it, but have you tried
Modifier.verticalScroll()
or
horizontalScroll()
?
👍🏾 1
l
Thank you. It worked with
verticalScroll()
and
rememberScrollState()
.
👍 1