如何模拟用户点击WPF中数据网格的列标题?
我需要通过代码模拟用户单击 WPF 数据网格列的标题(如果重要,请使用 .Net 4)。
这可能吗?
I need to simulate thru code the user clicking on a header of a WPF datagrid column (using .Net 4 in case it matters).
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您可以使用 AutomationPeer 类,它们是为此类事情设计的,特别是 DataGridColumnHeaderItemAutomationPeer 类。
I think you can use the AutomationPeer classes, which are designed for this sort of thing, specifically the DataGridColumnHeaderItemAutomationPeer Class.