WPF event routing
I have a grid control which has two child elements (both are canvas), and firs开发者_开发知识库t canvas overlays the second one. How can I handle mouse down event on background canvas?
Without any more info on your requirements, I'd set IsHitTestVisible to false
on the top canvas.
精彩评论