How to handle right click event on a grid item in wpf?
I have used a list view that uses a grid view in WPF. I have bound the grid with data and I want to handle right click event on the items of the grid view. 开发者_如何学JAVACan someone help me out and suggest how to do this??
This question seems to provide what you need:
wpf listview right-click problem
精彩评论