I build a WPF UserControl. This control has a transparent background. I want to trap the MouseLeftButtonDown event, even when this event happens on the transparent background. If I change the background to "White", or another color, the event is trapped as expected.
Is there a way to tell the control to listen for the event, even if it happens over a transparent area?
Thanks.