show/hide this revision's text 2 edited title

Workaround for the ImageList transparancy transparency bug?

show/hide this revision's text 1

Workaround for the ImageList transparancy bug?

If you add an PNG image to an ImageList control and use that ImageList with a ListView or TreeView in a Windows Forms (.Net 2.) application the icons shown in the ListView have a blue "halo" around them.

Eg:

alt text

Does anyone know a work around that allows you to add 32bit PNGs with an Alpha channel to an ImageList and retain the transparent pixels and avoid the halo effect/bug?

Thanks.