如何在 DataGrid 的每个单元格中显示一条消息
红色部分的图像显示我想要做的是当用户将鼠标放在每个单元格中时在 DataGrid 中显示工具提示,每个单元格中的工具提示是不同的
The image in the red part shows I want to do is show the tooltip in the DataGrid when the user put your mouse in each cell, the tooltip is diferent in each
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假定绑定对象具有
Name
属性和TypeName
属性。Assumes a
Name
property and aTypeName
property on your bound objects.