Image index.

  • Thread starter Thread starter Mr. X.
  • Start date Start date
M

Mr. X.

Hello.
I want to use imagelist.
The nodes on the image list has connected to an itemlist, which I have added
some pictures on it.

On runtime - everytime I select a specific node, the image is changed to :
imageIndex.
I cannot see a way to avoid that situation.
I want that when I click on node - the image on it won't be changed.
How can I do that ?

Thanks :)
 
On runtime - everytime I select a specific node, the image is changed to
: imageIndex.
I want that when I click on node - the image on it won't be changed.

Set both the ImageKey and SelectedImageKey of the TreeNode to the same
value.

HTH,
Phill W.
 
Back
Top