Hi,
My DataTemplate looks like this:
<DataTemplate x:Key="ItemTemplate">
<StackPanel MouseLeftButtonDown="StackPanel_MouseLeftButtonDown">
However I can't catch mouse left button down. If I set the background of the template to some color, it is ok.
How do I create a transparent DataTemplate and catch the MouseLefButtonDown event?
Thank you.