Displaying a horizontally scrollable row of thumbnail images

  • Thread starter Thread starter Lew Barnesson
  • Start date Start date
L

Lew Barnesson

Hi All,

I am new to working with images. Can anyone advise me as to what would be to
the most efficient kind of (maybe PictureBox?) control I could use to
populate and manipulate a scrollable horizontal Panel containing 10 visible
thumbnail images out of some larger number?

PictureBox is the only control I've found that can be used to display an
image, but hopefully there are others... Thanks.

- Lew
 
Load the images in PictureBox controls, and put the PictureBox controls in a
Panel, with AutoScroll = True.
 
Back
Top