【问题标题】:Is there a WPF progressbar like the Windows Phone dots?是否有类似 Windows Phone 点的 WPF 进度条?
【发布时间】:2011-08-31 15:41:55
【问题描述】:

主题真的说明了一切:

是否有类似 Windows Phone 点的 WPF 进度条?

【问题讨论】:

标签: wpf animation progress-bar


【解决方案1】:

原来没有一个简单的答案,但我在这里找到了一个: http://www.jeff.wilcox.name/2010/08/performanceprogressbar/

【讨论】:

    【解决方案2】:

    您不能为当前的模板制作模板。这就是你可以如何模板: http://www.mobydisk.com/softdev/techinfo/flaming_progress_bar/index.html

    【讨论】:

      【解决方案3】:

      假设您正在尝试获得类似图片中的内容,这有一个解决方案。

      get MahApps.Metro from nuget

      并使用以下代码

       <Window x:Class="Client.Login"
              xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
              xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
              xmlns:Controls="http://metro.mahapps.com/winfx/xaml/controls"
              mc:Ignorable="d"
              Height="650" Width="450" >
              <Controls:MetroProgressBar IsIndeterminate="True"/>
       </Window>
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2015-12-23
        相关资源
        最近更新 更多