Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以在 Winforms 上同时完成隧道和冒泡吗?也许通过使用一些 API 消息拦截?有没有关于那个的文章?
Windows 窗体不是为处理这个问题而设计的。您需要制作自己的事件聚合器,实现自己的可视化或逻辑树等,以使其正常工作。
如果你想要这种行为,我建议只使用 WPF。