Icon view

Hello

This might be asked before, but if it is, I couldn’t find it.
I want to have some sort of listbox that has an ‘icon view’, like Explorer in Windows or the Finder in OSX.
Basicly, instead of a list, I want icons next to eachother with a ‘label’ underneath, like this:

How would one accomplish this in Xojo? (Paid) plugins are also accepted, I just need to get this done.

Mathias

Take a look at the Webinars for the Good Guy Listbox. Greg does a great job of dealing with this scenario.

https://youtu.be/1o39SA5sA8o

This is what you are looking for

I’ve done this using canvas.

Thanks for the replies. The Good Guy Listbox webinar was all I need!