Windows Phone 7 等效于 android 的进度对话框? [英] windows phone 7 equilvalent of android's progress dialog?

查看:33
本文介绍了Windows Phone 7 等效于 android 的进度对话框?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在android中有一个进度对话框类??

In android there is a progress dialog class??

ProgressDialog dialog = ProgressDialog.show(MyActivity.this, "","正在加载.请稍候...", true);

ProgressDialog dialog = ProgressDialog.show(MyActivity.this, "", "Loading. Please wait...", true);

推荐答案

使用 ProgressIndicator

<shell:SystemTray.ProgressIndicator>
    <shell:ProgressIndicator IsIndeterminate="True" IsVisible="True" Text="Click me..." />
</shell:SystemTray.ProgressIndicator>

这篇关于Windows Phone 7 等效于 android 的进度对话框?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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