WPF ListBoxItem double-click?

Posted by David Veeneman on Stack Overflow See other posts from Stack Overflow or by David Veeneman
Published on 2010-03-30T18:01:54Z Indexed on 2010/04/04 17:33 UTC
Read the original article Hit count: 1669

Filed under:
|

The WPF ListBox doesn't have a DoubleClick event, at least not as far as I can tell. Is there a workaround for this issue that would let me double-click on an item to have an event handler do something with it? Thanks for your help.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about wpf-controls