Join Slack
Powered by
I want to display list of items spanning multiple ...
# compose
k
Kshitij Patil
12/28/2020, 12:04 PM
I want to display list of items spanning multiple rows based on number of items, I'm tried putting
LazyRow
inside
FlowRow
but doesn't seem to work
Kshitij Patil
12/28/2020, 12:34 PM
Got it. Don't use
LazyRow
, instead use a simple for loop to render all of your items
14
Views
Open in Slack
Previous
Next