windows phone 7等同于android的进度对话框?

时间:2011-12-15 08:15:54

标签: windows-phone-7

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

  

ProgressDialog对话框= ProgressDialog.show(MyActivity.this,"",                           "加载。请稍等...",true);

2 个答案:

答案 0 :(得分:2)

使用ProgressIndicator

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

答案 1 :(得分:0)

SDK中附带了ProgressBar控件,Silverlight Toolkit中也存在PerformanceProgressBar(稍微好一些)。 在WP7.1中,您可以访问SystemTray。如果您需要,它可以选择显示某些操作发生(不确定或百分比)并附加消息