For a card game im making. I want to have a card shop form which shows all the cards from an array which match a certain level. For example show all the cards that are level 1 and below

Is there a way to have a form that creates pictures boxes for each card equal to that level and places them next to one another?

I would use a list box but its impratical for what i am trying to achieve

Thanks!