Goran Level: Moderator
 Registered: 16-05-2002 Posts: 1681
|
Re: Icon in tree view
Of the head, treeview has ImageList collection which should be set to some Imagelist control, either through properties window, or through code. When you are adding nodes, node has ImageIndex and SelectedImageIndex properties (or something similar) which will bind particular image to this node.
____________________________
If you find the answer helpful, please mark this topic as solved.
|