Why doesn't WPF border control have a mousedoubleclick event? I have a ItemsControl with some layout stuff in it for a DataTemplate. I want to handle the double click event to pop up a details dialog, but the border, my layout container, doesn't appear to expose the event.
Any suggestions on how to either get at the double click event, or rework the xaml to make it possible?