Reputation: 4979
I have a wpf window with many user controls on it. which event/function should i use to restrict the mouse input on the main window and the user controls it is hosting
Upvotes: 3
Views: 4076
Reputation: 49435
Try the UIElement.IsHitTestVisible property.
Upvotes: 7