TreeView Icons?

  • Thread starter Thread starter Marcantonio
  • Start date Start date
M

Marcantonio

hi,

I have a treeview with an associated imagelist.

The imagelist has 16x16 and 32x32 images (icons). However, since I want
to use 16x16 images, the ImageSize property is set accordingly.

Despite this setting, nodes on the treeview appear with 32x32 icons.

Why is the ImageSize property of the ImageList ignored?

Marcantonio
 
In my past experience the ImageSize for imagelist bound to a treeview worked
well. Can you post a repro project?

Cheers
Daniel
 
Back
Top