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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top