如何实现“请稍候” Silverlight 中的屏幕

发布于 2024-12-28 12:10:18 字数 195 浏览 0 评论 0原文

我开发了一个Silverlight应用程序。它有一个按钮,一旦单击该按钮,应用程序就会开始执行一些需要时间的操作。由于 Silverlight 中的所有内容都是异步的,因此 UI 不会滞后,但是,我想向其中添加一些动画或其他内容来指示应用程序实际上正在执行某些工作并且用户应该等待。

我不知道如何实现这个,无论是线程还是 XAML。对此最好的方法是什么?谢谢。

I have developed a Silverlight application. It has a button and once it is clicked the application starts doing something which takes time. Since everything in Silverlight is asynchronous the UI is not lagging, however, I would like to add some animation to it or something else to indicate that the application is actually doing some work and that the user should wait.

I don't know how to implement this, neither thread nor XAML wise. What is the best approach to this? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

樱娆 2025-01-04 12:10:18

Silverlight 4 wait/spinner control

或者如果您使用的是 MVVM

通常首选方法使用 MVVM 和 Silverlight 实现“等待”屏幕

您可以从 Silverlight 工具包中获取繁忙指示器控件:

http://silverlight.codeplex.com/

Silverlight 4 wait/spinner control

Or if you are using MVVM

Generally Preferred Method for a 'Wait' Screen using MVVM and Silverlight

You can get the busy indicator control out of the Silverlight Toolkit:

http://silverlight.codeplex.com/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文