Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スライダーコントロールをスロットルコントロールにしているのですが、指で離すと開始位置に戻りたいです。
LostFocusを試しましたが、そのイベントでは他の何かをクリックする必要があります...スライダーが2つあるため、問題が発生する可能性があります。
ManipulationEnded イベントでうまくいくはずです
MSDN UIElement.ManipulationEnded イベント
PreviewMouseUp / PreviewStylusUp イベントを試しましたか?