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 windowsui 应用程序。我已经创建了具有控件的用户控件。当我第一次单击平铺项目表单加载事件时,会触发,但第二次单击不会。问题是什么。谢谢你
我认为您需要处理 View 的ControlReleating事件并将 e.KeepControl 参数设置为 false。