Query: "Embarcadero Delphi ImageList does not show transparent PNG icons correctly. How to fix it?".

Solution: If you want to use 32-bit (24-bit + alpha channel) PNG icons within Delphi TImageList, you need to set the following property values for TImageList.

DrawingStyle: dsTransparent
ColorDepth: cd32Bit

posted on 2015-08-08 17:59  del88  阅读(12)  评论(0编辑  收藏  举报