1

I'm developing a WP7 music player. I use the slider to track the playing progress. I want to allow user to drag the slider to seek a certain posion within the track, but find no drag end event?

The slider_ValueChanged event doesnot satisfy my need.

I follow the instruction here WPF: Slider with an event that triggers after a user drags but it doesnot work on WP7

Please help

Community
  • 1
  • 1
onmyway133
  • 45,645
  • 31
  • 257
  • 263

1 Answers1

1

I follow the instruction here using Manipulation Completed Event, and it works

onmyway133
  • 45,645
  • 31
  • 257
  • 263