I am planning to show the RightImage on a node hottrack and upon a node selection, i.e all other nodes in my treeview won't show any RightImage.
And next when user clicks on Image I want to show ContextMenu.
The problems that I have are..1) How to set a rightImage on hottrack (I am able to do it upon node selection) 2)How to catch the Image click event?
Hello bsanga,
Could you please review the sample attached to this post and see if it meets your requirements. Please feel free to let me know if I misunderstood you or if you have any other questions.
Hi Boris,
The attached example met one of my requirements, however in the example rightimage is being added in AfterActivate event, that means untill I Select (or activate) the node I won't see the image, my requirement is to show the right image on hottrack. Or is there any way to make a HottrackNode as an ActiveNode, so that AfterActivate will fire?