WPF 事件路由
我有一个网格控件,它有两个子元素(都是画布),第一个画布覆盖第二个。如何处理背景画布上的鼠标按下事件?
I have a grid control which has two child elements (both are canvas), and first canvas overlays the second one. How can I handle mouse down event on background canvas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有有关您要求的更多信息,我将设置 顶部画布上的 IsHitTestVisible 为
false
。Without any more info on your requirements, I'd set IsHitTestVisible to
false
on the top canvas.