Dynamically Adding Images in Perspective View

I’m working in Perspective and wondering if it’s possible to dynamically add images to a view at runtime. For example, I have a list of image paths, and I want the view to display them without having to pre-place individual Image components for each one.

Is this something Perspective can handle, and if so, what’s the best approach to get this working? Not sure if I should I be using a Flex Repeater, embedded views, or something else?

Appreciate any guidance—thanks!

You can update the data on a flex repeater live at any time by using bindings, have a go, make an image component that is used by the flex repeater and dynamically change the amount on the fly.
You can even change the image on the image component with a binding at any time.

There's also the flex canvas