Re: Listview -> Thumbnails
where are the images coming from? are you planning to use an image list? or are you planning to just load the images off the hard drive at run time?
Re: Listview -> Thumbnails
Images would be loaded in an image list from an oracle or sql+ database.
Re: Listview -> Thumbnails
You can set the listview to largeicon view and then you will need to resize the images in your imagelist to 48x48 to simulate the thumbnail view like in explorer.
VB Code:
Me.ListView1.View = View.LargeIcon
Re: Listview -> Thumbnails
Re: Listview -> Thumbnails
Your welcome. :)
One other thing is if your loading allot of images and listviewitems then you will experience a performance hit.
Re: Listview -> Thumbnails
damn u rob.. and i was making an example and everything :cry: