I have a grid control which has two child elements (both are canvas), and first canvas overlays the second one. How can I handle mouse down event on background canvas?
+3
A:
Without any more info on your requirements, I'd set IsHitTestVisible to false
on the top canvas.
Will
2010-01-26 12:48:07