对于 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>
有谁知道一个很好的例子或方法来做到这一点?