PerformanceProgressBar WP8

本文关键字:WP8 PerformanceProgressBar | 更新日期: 2023-09-27 18:11:14

对于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>

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

PerformanceProgressBar WP8

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

然而,你的代码应该仍然为WP 7.1

您需要使用集成的shell:systemtray。进步指示器!