neo*_*862 5 c# listview image winforms
我正在使用项目填充ListView并从ImageList(在设计器中)添加图像.但是,即使我将ImageList中的图像尺寸设置为原始尺寸(16x16),图像也会以非常差的质量显示.看一看:
可怕的图像质量http://balazsbotond.hu/downloads/listview-icons.png
原始图像是美丽,锐利的PNG图标.我能做什么?
use*_*833 10
试试这行代码.
ImageList1.ColorDepth = ColorDepth.Depth16Bit;
Run Code Online (Sandbox Code Playgroud)