5

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?

Ben McIntosh
  • 1,532
  • 3
  • 20
  • 29

1 Answers1

1

One trick to solve this, hope still helps:

Mouse left button up event and openfiledialog

Regards

Community
  • 1
  • 1
D.Rosado
  • 5,634
  • 3
  • 36
  • 56