Silverlight:如何通过数据上下文获取DataGrid中的数据网格行
给定一个 Silverlight 数据网格,如何找到具有特定数据上下文的相应数据网格行?
Given a Silverlight data grid, how can you find the corresponding data grid row with a specific data context?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我编写的一个方法,利用各种自动化对等体来执行此操作:
Here's a method I have written to do this leveraging the various automationpeers: