Right-Clicking in a TreeView
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi I want to Handle right-clicks in a TreeView. I did it with MouseDown event but i dont know how to get the TreeNode which was clicked. any idea? thanks
-
Hi I want to Handle right-clicks in a TreeView. I did it with MouseDown event but i dont know how to get the TreeNode which was clicked. any idea? thanks
Use the TreeView's GetNodeAt method. :josh: My WPF Blog[^]
-
Use the TreeView's GetNodeAt method. :josh: My WPF Blog[^]
thanks