PerformanceProgressBar WP8

时间:2013-04-29 11:13:16

标签: c# windows-phone-8 progress-bar

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

有没有人知道这样做的好例子或方法?

2 个答案:

答案 0 :(得分:3)

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

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

答案 1 :(得分:1)

你需要使用集成的shell:systemtray.progressindicator! 可以找到示例列表here...