相当于 DataGrid 中的 CellMouseEnter?
winforms DataGridView 控件中是否有某种相当于 CellMouseEnter 的东西可以在 WPF 中使用?我似乎在文档中找不到任何内容。
或者是否有更有效的方法来代替整个数据网格上的 MouseMove 事件?
Is there some sort of equivalent of CellMouseEnter from the winforms DataGridView control for use in WPF? I cant seem to find anything in the documention.
Or is there a more efficient way of doing it instead of the MouseMove event on the whole data grid?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以订阅各个单元格上的 Enter 事件,如下所示:
You could subscribe to the enter event on the individual cells like this: