
Tree View control appearance change?
Hello Danny,
Quote:
> There is a property of the treeview to use an imagelist, then you just
have
> to assign the correct index.
> Although if you don't display an image on one node then it will have a
blank
> space!
Assign an ImageList to the TreeView's ImageList property and set the
node's image index to a valid index of a picture in the image list.
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=890&
lngWId=10
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=900&
lngWId=10
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=416&
lngWId=10
Regards,
Herfried K. Wagner