I have a TabItem which contains a calendar control and a button. The issue is that when the calendar\'s selected date is the same as the previously selected date, the button tak
You could simply write:
Mouse.Capture(null);
This will solve the issue of mouse holding focus