Slider controle is not moving automatically?

╄→尐↘猪︶ㄣ 提交于 2019-12-24 07:45:06

问题


I am using Slider control for audio player in silverlight 3.0 application. I can do forward and backward the slider.The problem is the slider is not moving automatically even the audio is playing. How to get it??


回答1:


Sounds to me that you don't have TwoWay binding set up. In you binding statement, use Mode=TwoWay. Maybe I'm not completely understanding your question, but that's the first thing I would look at.



来源:https://stackoverflow.com/questions/2758637/slider-controle-is-not-moving-automatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!