Has anyone noticed that a WPF file dialog will pass a click through to the UI when double clicking t

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2010-04-25T10:34:27Z Indexed on 2010/04/25 10:53 UTC
Read the original article Hit count: 298

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?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about gui