vote up 1 vote down star

I'm populating a ListView with items and add images from an ImageList (in the designer). The images, however, are displayed in very poor quality, even though I've set the image size in the ImageList to their original size (16x16). Have a look:

Terrible image quality

The original images are beautiful, sharp PNG icons. What can I do?

flag

2 Answers

vote up 1 vote down

change the colordepth of your imagesList that you're using for the listview and try a higher colorDepth depending on the PNGs (like Depth32Bit) and you'll see the diffrence .

link|flag
vote up 0 vote down check

Well, this was pretty easy. Just don't change the image size of the ImageList after adding the images :)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.