i want a video player kind of functionality in Slider. The slider movement should be handled from play ,pause or stop button
2 Answers, 1 is accepted
0
Petar Mladenov
Telerik team
answered on 08 Apr 2015, 12:34 PM
Hi Chandan,
All you need to do is to use the Value property of the Slider - by changing the value programmatically , the Slider's Thumb will be moved automatically. The rest is of the work is a code to update the Value accordingly, for example while playing, you will probably need a Timer with Tick event which fires frequently and you calculate and set the next Value based on the current video progress.