Flex repeater items with dynamic height

I’ve come up with a solution. In each item in the Flex Repeater’s instances property, I’m setting instancePosition.grow to 0 and .basis to the desired height. Instead of including the height calculation code directly in the Flex Repeater when constructing the instances, that code is in a script in the Project Library where it can be reused by other container views if needed.

3 Likes