Reputation: 93
In my app I am listening to Window.LocationChanged. On my machine, and some others this fires only after the window move is complete (the user releases the mouse after dragging from the title bar). On some users machine this fires continuously while the window is being dragged.
Why is there a difference, and what should the expected behavior be?
Upvotes: 0
Views: 657
Reputation: 184622
Just tested my theory that "Show window contents while dragging" (performance options) affects this. If the content is not shown the event does not fire multiple times.
Upvotes: 2