JRSofty 18 Junior Poster in Training

Hi everyone,

I've got some issues with a Listview control set to LargeIconView with an ImageList control assigned to the LargeIconImageList property of the Listview.

I've got the Imagelist control's image size set to 110,110.

The thumbnails which are stored in a database have a MAXIMUM size of 110 x 110. Meaning some thumbnails may be 110 x <110 and some may be <110 x 110 (either the Height or the Width will be 110, seldom will both be 110).

Loading the images into the Imagelist is working just fine. Showing the images in the Listview seems to work except that the images are stretched because they are forced back to 110 X 110.

Is there a work around for this, or will I need to paste the thumbnail onto a 110 X 110 blank Background image first before adding to the imagelist control?