I want to create a displayed array of image thumbnails in a C# Windows app.
I would like each image to be selectable for migration into a picturebox.
Has anyone built something like this?
I am trying to figure the quickest/ most efficient way to do it. I have already considered a panel with a collection of images displayed therein.