How to add right-click menu to a tree view control
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Can anyone please tell me how to add a right-click menu to a tree view control? Any help is appreciated. Thanks!
Hello You need to use
ContectMenu
property ofTreeView
. With best regards, Andrew Kirillov, MCP x 3 Prize winner, August 2005 -
Hello You need to use
ContectMenu
property ofTreeView
. With best regards, Andrew Kirillov, MCP x 3 Prize winner, August 2005Hi, Thanks for your reply. But in spite of setting the contextMenu for the tree view control, I am not able to see the menu upon right-click. Sorry if my question is silly. I still do not understand how to associate this Menu to the right-click of the tree view item.