thumbnails for ListView

pitaridis

Well-known member
Joined
Nov 18, 2005
Messages
63
Programming Experience
10+
does anyone knows how to get thumbnails for ListView from images?

Aristotelis
 
Use the ImageList object and then set the ListView's LargeImageList property to the ImageList you added to the form, then set the ListView's view property to LargeIcon.
 
How can I remove or add an image to the listview?
 
Back
Top