开发者

How do make a UserControl in Silverlight reload each xx time?

开发者 https://www.devze.com 2023-03-20 20:08 出处:网络
I have a UserControl in silverlight (GraphToolKit) that needs to be 开发者_开发百科refreshed each xx seconds.

I have a UserControl in silverlight (GraphToolKit) that needs to be 开发者_开发百科refreshed each xx seconds. How do i make that happen? i am still new with threads and timers.

Thank you.


Here is an article that explains how to use a Dispatcher to refresh the data withing xx secounds using Silverlight charts.

Hope this helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消