Silverlight繁忙指示器VB [英] Silverlight Busy Indicator VB

查看:91
本文介绍了Silverlight繁忙指示器VB的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

页面加载后如何使用忙碌指示器?

我在页面上加载了多个网格.

这给我的页面加载错误:

How do I work with the busy indicator when the page is loaded?

I have multiple grids loading on the page.

This is giving me errors on the page load:

busyIndicator.IsBusy = True
        'busyIndicator.BusyContent = "Fetching Data...";

        ThreadPool.QueueUserWorkItem()
        Thread.Sleep(3 * 1000)
        Dispatcher.BeginInvoke(InlineAssignHelper(busyIndicator.IsBusy, False))

推荐答案

以下网站帮助了我:

http://www.csharpcorner.com/UploadFile/dpatra/BusyIndi​​catorControlInSilverlight311222009134928PM/BusyIndi​​catorControlInSilverlight3.aspx
The following web site helped me:

http://www.csharpcorner.com/UploadFile/dpatra/BusyIndicatorControlInSilverlight311222009134928PM/BusyIndicatorControlInSilverlight3.aspx


这篇关于Silverlight繁忙指示器VB的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆