TreeView nodes Tooltiptext
-
Hi everyone I need to add a tooltiptext in that yellow rectangle for each node in a treeview in C# . is that possible , anyone has an Idea ? Thanx UnitecSoft We Will Either Find A Way Or Make One .
-
Hi everyone I need to add a tooltiptext in that yellow rectangle for each node in a treeview in C# . is that possible , anyone has an Idea ? Thanx UnitecSoft We Will Either Find A Way Or Make One .
There are CodeProject articles and discussion threads on such topic. Use the search facilities. And yes it is possible, basically you would have to change the tooltiptext while hovering the nodes. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
-
There are CodeProject articles and discussion threads on such topic. Use the search facilities. And yes it is possible, basically you would have to change the tooltiptext while hovering the nodes. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
Thanks Luc Yes , sure you can change the tooltiptext of the tree , but there is no event to be triggered returning the node name or path when hovering over the tree . Nodes are not treated as objects in the tree , there is no Mousehover event for each node . I did try to find articles on the same subject in codeproject , but could not find any , if you know any of these articles please tell me . Thanks UnitecSoft We Will Either Find A Way Or Make One .