标签: c# wpf c#-4.0
如何在MouseUp事件中点击行和列?
MouseUp
答案 0 :(得分:0)
您应该能够使用VisualTreeHelper.GetParent方法递归搜索包含MouseUp事件源的DataGridCell。
从那里你可以获得列和行