vote up 0 vote down star

We are using famfamfam png icons. When TreeNodes are assigned one of these images there is an odd blue background colored inside the icons. How can we fix this?

flag

75% accept rate

1 Answer

vote up 0 vote down check

Could it be something to do with the bit depth of the PNGs?

Try exporting them at a different depth, such as 32bit, and make sure your associated ImageList is set to a sensible depth (should match the images ! - I'd suggest everything is 32bit).

Failing that, you could always use the Owner Draw functionality, or create a new component that inherits from TreeView.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.