I’m making a slider control to a throttle control, and I want it to go to its startposition when I release it with my finger.
I’ve tried LostFocus but that event needs you to click something else… And it might be problematic as I have two sliders.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The ManipulationEnded event should do the trick
MSDN UIElement.ManipulationEnded Event