Wrapping A Flex Repeater

I have a Flex Container which is 600px wide and which has its orientation set to column.
Inside the Flex Container I have a Flex Repeater with grow set to 1 so that it fills the Flex Container.
I have 20 instances of a 200px x 200px View which takes parameters in the Flex Repeater, but instead of wrapping, the Flex Repeater has a scroll bar, and so I have to scroll to the right to see any more than three of the contained Views when on a mobile device…

How do I get the Flex Repeater to wrap the Views it contains?

1 Like
2 Likes