WPF:未调用 OnMouseLeftButtonDown

发布于 2024-08-04 07:25:42 字数 87 浏览 6 评论 0原文

我正在创建一个源自面板的控件。当鼠标单击其中一个子项时,它会调用 OnMouseLeftButtonDown 重写方法。当鼠标单击控件本身时,没有事件。怎么会?

I'm creating a control which is derived from Panel. When mouse is clicked on one of the children it gets the OnMouseLeftButtonDown overriden method called. When mouse is clicked on the control itself, there is no event. How come?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

治碍 2024-08-11 07:25:42

如果面板上没有设置背景,它不仅是透明的,而且是鼠标透明的。

这通常是通过自定义控件的默认样式的 TemplateBinding 设置的。

If you have no Background set on the Panel, it is not only transparent, but also mouse-transparent.

This is usually set via a TemplateBinding in the default style for your custom control.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文