Icon looses alpha channel in ListView and TreeView ImageList

  • Thread starter morten skrubbeltrang
  • Start date
M

morten skrubbeltrang

According to KB article 822488

http://support.microsoft.com/default.aspx?scid=kb;en-us;822488

visual c# .net 2002 + 2003 has bug in rendering of alpha channel
information when displaying a 32-bit alpha-blended icon on a WinForm
control.

According to the article a workaround exists (overriding the controls'
paint event handler) and an example is given for a Button control.

I really could use some help on achieving the workaround on a ListView
and TreeView control where I have an ImageList of 32-bit alpha-blended
icons.


Anyone, plz?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top