【发布时间】:2013-04-29 11:13:16
【问题描述】:
对于 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>
有没有人知道一个很好的例子或方法来做到这一点?
【问题讨论】:
标签: c# windows-phone-8 progress-bar