Scrollable UIs

I’m currently building a custom weapons UI in UEFN where players can scroll vertically to configure their loadout. I intended to use a Scroll Box for this, but it seems that scroll_box doesn’t function the same way as stack_box in Verse.

From what I understand, stack_box allows you to dynamically add elements in code — but I can’t seem to achieve similar behaviour with scroll_box.

Is there a correct way to populate or update a scroll_box dynamically via Verse? Or is there an alternative method to create a scrollable, customisable loadout interface?

Any help or code examples would be greatly appreciated!