tags:

views:

26

answers:

1

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