D
Dale Atkin
I'm using the listview control to display thumbnails for a number of
relatively large images (~4MB each).
I was thinking, it would speed things up if I could cache a thumbnail for
each image, and display that, rather than the actual image. I'm not really
totally sure how to do that...
I've been looking in to the Image.GetThumbNailImage function, but it doesn't
seem to be working as expected.
If I use this, does the main image still get loaded if a cached thumbnail
exists?
Is there a better way of doing this?
It seems to be running quite slowly, and I'm not sure why.
Dale
relatively large images (~4MB each).
I was thinking, it would speed things up if I could cache a thumbnail for
each image, and display that, rather than the actual image. I'm not really
totally sure how to do that...
I've been looking in to the Image.GetThumbNailImage function, but it doesn't
seem to be working as expected.
If I use this, does the main image still get loaded if a cached thumbnail
exists?
Is there a better way of doing this?
It seems to be running quite slowly, and I'm not sure why.
Dale