G
Guest
I've noticed that the graphics of a ListView image (either in SmallImageList or LargeImageList) are not updated after an image is set to a new image until the ListView is refreshed. As an example, if you do this
MyListView.SmallImageList.Images(0) = myNewBitma
Then the graphics of MyListView will not display the new image until you do something like this
MyListView.Refres
But, calling MyListView.Refresh can cause the client area to flicker and I have a situation where it is possible for a single image to be updated rapidly. Therefore, it would be nice if I could tell the ListView to only update the graphics of the image that changed. Is that type of thing possible
Thanks
Lance
MyListView.SmallImageList.Images(0) = myNewBitma
Then the graphics of MyListView will not display the new image until you do something like this
MyListView.Refres
But, calling MyListView.Refresh can cause the client area to flicker and I have a situation where it is possible for a single image to be updated rapidly. Therefore, it would be nice if I could tell the ListView to only update the graphics of the image that changed. Is that type of thing possible
Thanks
Lance