Browse images in an explorer like view

  • Thread starter Thread starter =?ISO-8859-15?Q?Philipp_P=E4tzold?=
  • Start date Start date
?

=?ISO-8859-15?Q?Philipp_P=E4tzold?=

Hello,

I want to load a bunch of images from a web uri and display them, so the
user can browse the images and select them, just like in the thumbnail
view of the windows explorer. Which control is suitable for that task...
Listviews with ImageLists are not an option since the images are of
different dimensions.

Thanks in advance!
Philipp Päzold
 
How about using a FlowLayoutPanel with dynamically created controls to
hold the images?
 
Back
Top