Flex Repeater (Perspective) wrap / nowrap

A Flex Repeater with flexWrap set to ‘wrap’ will show a scrollbar for the non-direction axis (horizontal scrollbar for ‘column’ direction on the repeater) if the viewport is less than size of the view being displayed. However, the scrollbar does not appear in the same situation if flexWrap is set to nowrap.

Additionally, the wrap location / scrollbar appearance is based on the default size, not the actual size of the content. For example, if the repeated view width is currently 500, but the default size is 400, when the flex repeater wraps, it will start the next column at 400, cutting off the last 20% of the first column of views.

In my case, I have a vertical flex repeater that contains a set of horizontal flex repeaters (each the same size).

8.0.1 (b2019050708)

@james.vosler,
This post is obviously a bit old (apologies for it falling through the cracks) but are you still having issues? If you are able to, the latest 8.0.3 nightlies have a much more intuitive user interface for flex containers/repeaters, and I suspect that what you’re describing could be solved by the right combination of flex properties.