I populate the ListView with elements and add images from the ImageList (in the constructor). Images, however, are displayed in very poor quality, although I set the image size in ImageList to their original size (16x16). Take a look:
Terrible image quality http://balazsbotond.hu/downloads/listview-icons.png
Original Images - Beautiful, sharp PNG icons. What can I do?
Well, that was pretty easy. Just don't resize the image in ImageList after adding images :)
Try this line of code.
ImageList1.ColorDepth = ColorDepth.Depth16Bit;
colordepth , , PNG (, Depth32Bit), .
Source: https://habr.com/ru/post/1720959/More articles:SurroundContents in a range spanning multiple tags (problem getRangeAt?) - javascriptLoadView method UIViewController - iphoneХранение постоянных данных в браузере - javascriptЗапретить MySQL использовать полное сканирование таблицы по запросу - sqlHow to open a webpage and run some javascript functions? - javascriptbreakpoints do not work - javaWhat is the ZFS status on Mac OS X? - macoshow crowd fix my web crawl - ajaxDebugging xsltprocessor in Chrome - javascriptDocument Management System Recommendation - searchAll Articles