有没有人注意到,双击选择文件时,WPF 文件对话框会将点击传递到 UI?
我的 WPF UI 上有一些按钮,我还需要不时选择文件。我一直注意到奇怪的问题,当我双击文件对话框中的某个项目时,主用户界面上的按钮也会被单击。经过实验,似乎如果您在主 UI 上将文件对话框中的项目与其后面的按钮对齐,然后双击选择文件,它也会单击其后面的按钮。
有没有其他人注意到这一点,或者这只是我的 UI 布局方式的一个奇怪的错误?
I have some buttons on my WPF UI and I also need to choose files from time to time. I kept noticing strange problems where when I double-click an item in the file dialog, a button on the main UI would also get clicked. After experimenting, it seems that if you line up an item in the file dialog with a button behind it on the main UI and double click to select the file, it will single-click the button behind it as well.
Has anyone else noticed this, or is it just a freak bug with the way I have my UI laid out?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决这个问题的一个技巧,希望仍然有帮助:
鼠标左键向上事件和 openfiledialog
问候
One trick to solve this, hope still helps:
Mouse left button up event and openfiledialog
Regards