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!