Can a Flex repeater have the number of instances shown be tied to a parameter?

Just build this list dynamically based on the number of instances you need via script. That's the common way flex repeaters are used, and is, in my opinion, more maintainable than 20 visibility bindings in an array.

The script is simply a few lines.

3 Likes