I want to bind a slider to a scrollviewer control.
Whenever the slider moves, the scrollviewer should reflect it and vice versa.
Please help.(Silverlight)
I want to bind a slider to a scrollviewer control. Whenever the slider moves,
Share
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.
I guess you can simply bind slider to your scrolviewerin the following way. when the scroll event of scrollbar will fire you can get value of scrollbar position then reflect it in slider. same goes for slider to sdcrollviewer too. I think thats olves your problem, isn’t it?