How to make a ButtonSpinner's buttons not close the Popup in which it is placed?
问题 I have a RepeatButton inside the template of a ButtonSpinner inside a Popup. When I click it, I want the Popup to remain open but it closes. The reason for which I use this template is exactly to solve this issue. Screenshot: The OnMouseLeftButtonUp event handler marks the MouseLeftButtonUp event as handled here. I thought about using e.Handled = true in an event handler, but I am not sure about it and that the order of events is this: PreviewMouseLeftButtonDown MouseLeftButtonDown