【问题标题】:PerformanceProgressBar WP8性能进度条 WP8
【发布时间】: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


    【解决方案1】:

    从wp8版本Phone工具包中移除PerformanceProgressBar,由于内置ProgressBar不存在性能问题,请查看this out

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

    【讨论】:

      【解决方案2】:

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

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2019-10-18
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2022-12-18
        相关资源
        最近更新 更多