views:

213

answers:

3

I have a TreeView with ItemHeight=16 and CheckBoxes=true. I want to show images that are 8x16 pixels in size on the nodes. But when I do this, the "Plus/Minus" and "CheckBoxes" change their size (get smaller).

How can I fix this? I don't want to use a 16x16 image because I don't want to loose those 8 pixels with white space.

Any suggestions?

A: 

Have you tried TreeViewAdv for .Net it comes with huge amounts of awesome, and should solve your problem...

ParmesanCodice
A: 

You can try the IntegralUI TreeView. Multiple images with different sizes can be added in single node.

Lokey
+1  A: 

That sounds like a bug. Checkbox size and plus/minus size shouldn't be affected by the image size. Check with MS and see if they have a solution.

skypecakes