tree list images

  • Thread starter Thread starter Bernie Yaeger
  • Start date Start date
B

Bernie Yaeger

I'm trying to add different images to the nodes and subnodes of a tree list.
I would like the primary nodes to display one image and the secondary nodes
several different images, and then, of course, be able to 'open' or 'close'
those with second images for each representing 'open' or 'closed'. When I
try to do this, I can't seem to get beyon 'one image for all node levels'.

Thanks for any help.

Bernie Yaeger
 
add images to an imagelist control.

add that to the appropriate imagelist property in the treeview properties.

When adding nodes, tell it which imagelist index to use.

0....N

HTH,

Shane
 
Hi Shane,

Tx - it does help.

Bernie

SStory said:
add images to an imagelist control.

add that to the appropriate imagelist property in the treeview properties.

When adding nodes, tell it which imagelist index to use.

0....N

HTH,

Shane
 
Back
Top