-----------------------------------------------------------------------------------
Well, I've tried it out, and.. it's possible.
Follow these steps :
1) Insert am "ImageList" component by clicking on it and then click on Form.
2) In the ImageList's property window, look for "Images" property.
Click on Collections[...].
Click "Add" to add images one at a time. When you are done, press OK.
3) In the ListView's property window, there's a property called "LargeImageList".
Click on its drop-down menu, and select "ImageList1"
In the same properties window for ListView, look for "Items" property.
Click on Collections[...].
4) Add the necessary ListViewItem/s by clicking add.
In the ListViewItem window, if you wish to add thumbnails in your ListView, click
on the drop-down menu "ImageIndex" & select your preferred thumbnail.
Voila ! Done.
-----------------------------------------------------------------------------------