We are using a Flex Repeater in a Row configuration. If the number of elements fits onto one row, the components in the flex repeater scale vertically (shrink). This functionality is great. However, when the number of components is so many that they need to be wrapped (some components are added on the next line below the first line), that ability to vertically scale just goes away, and the components revert to their original size, so that there is a scroll bar on the side, and there's no way to shrink the elements in the flex repeater vertically to make it fit into the space that is allotted to it on the page. How can I make the elements in a flex repeater shrink vertically to fit into the container that the flex repeater is in, so that as elements wrap onto a new line, the elements get smaller? I can't have scroll bars on the side, I just need the elements to automatically get smaller. I notice that when the Flex Repeater's "wrap" property is set to "wrap", the elements don't shrink vertically. If it is set to "nowrap", they shrink vertically.
I think you'll need to post some screengrabs and a list of the settings. For the settings copy the flex repeater from the Project Browser and past it into your post. Make sure you format it as code. See below: