Best way to create card-listbox

Hello,

Whats is the best way to create a scrollable listbox with ‘cards’.

Is it possible to embed a container to a single column listbox cell?
Or can I dynamicly multiply container controls on a form and try to make it scrollable by using scrollbar controls?

Best regards,
Marc

You can embed containers in a Canvas and scroll them there. You’ll need to place the scroll bars and manage the offsets yourself, but it is doable.