In my winform app, i am adding images to listview using ImageList.
but when i increase the Image size (i.e. height & width) small images(ex. bmp images) got blurred.
is there any way to prevent imgs from blurring ??
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In .NET ListView, you probably have to wrap the image in standard-sized bitmap and then put the whole bitmap in the item:
You may try Better ListView Express or Better ListView. It supports images of arbitrary sizes out of the box. When the image is small, it puts it on center without resizing and prevents the blurring:
enter link description here