将命令绑定到列表框项目
单击其中一个项目时是否可以将中继命令绑定到列表框项目?
Is it possible to bind a relaycommand to listboxitems when on of the items is clicked?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
单击其中一个项目时是否可以将中继命令绑定到列表框项目?
Is it possible to bind a relaycommand to listboxitems when on of the items is clicked?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您可以在 irem 的帖子中找到解决方案:
如何将 WPF 中的命令绑定到控件的双击事件处理程序?
:)
(PS: 我建议您不要使用建议的 AttachedBehaviors。我认为向您的控件添加如此复杂的体系结构是完全不合适的执行基本操作的程序,只需单击一下)
You have the solution in irem's post there:
How to bind a command in WPF to a double click event handler of a control?
:)
(PS: I'd advise you not to use AttachedBehaviors suggested. I think it's totally inappropriate to add such a complex architecture to your program for an action that basic, a single click)