Thumbnails in Listview control

I want to make a thumb nail of an image for listview control. I want to display thumbnail images on the listview control. how is it possible? i tried to add image to the imagelist but it takes a fixed size of all the images. How to display thumbnail in a listview control.

I know how to make a thumbnail but its not displayed correctly when added to a imagelist. I can display a thumbnail image correctly in a picturebox but cant do the same for imagelist. when i add the thumbnail image to the imagelist it trasforms the size n shape of the image to its default size.
 
Back
Top