0

对于 Windows Phone 应用程序,数据是从 Web Api 异步加载的。当数据正在加载时,必须指出一些东西。我发现了一些关于进度条的信息,但它没有显示:

<toolkit:PerformanceProgressBar Height="100" Width="100" Margin="0,0,0,0" Background="Yellow" Foreground="Purple" IsIndeterminate="True" Visibility="Visible"></toolkit:PerformanceProgressBar>

有谁知道一个很好的例子或方法来做到这一点?

4

2 回答 2

3

PerformanceProgressBar 从 wp8 版本的 Phone 工具包中移除,由于内置 ProgressBar 没有性能问题,请查看

但是,您的代码仍应适用于 WP 7.1

于 2013-06-02T14:30:31.120 回答
1

您需要为此使用集成的 shell:systemtray.progressindicator!可以在此处找到示例列表...

于 2013-04-29T11:19:03.860 回答