Search code examples
wpfadorner

Any way to make WPF Adorner ignore mouse?


Is there any way to make WPF adorner ignore mouse entirely so that the UIElement behind the adorner still gets mouse events as if the adorner does not exist?


Solution

  • Set the IsHitTestVisible property of the Adorner to false