Listview icons show up blurry (C#)

Posted by Balk on Stack Overflow See other posts from Stack Overflow or by Balk
Published on 2008-09-21T17:57:45Z Indexed on 2011/02/06 23:25 UTC
Read the original article Hit count: 184

Filed under:
|
|
|

I'm attempting to display a "LargeIcon" view in a listview control, however the images I specify are blurry. This is what I have so far: alt text

The .png files are 48x48 and that's what I have it set to display at in the ImageList properties. There's one thing that I've noticed (which is probably the cause) but I don't know how to change it. Inside the "Images Collection Editor" where you choose what images you want for the ImageList control, it looks like it's setting the wrong size for each image. alt text

As you can see the "PhysicalDimension" and the "Size" is set to 16x16 and not abled to be manipulated. Does anyone have any ideas? Many thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about listview