When I am using System.Windows.Media.VisualTreeHelper.HitTest
on mouse clicking canvas, it always returns me the element on top. I mean if there are two elements overlapping each other, the one I get is the one with higher ZIndex in canvas.
I also tried to do it this way, but even after I made IsHitTestVisible = False
it still returned this same one to me.
Is there any possibility to get the element "underneath"?