How do you show progress when IsIndeterminate=“True” in a WPF progress bar?

后端 未结 7 682
没有蜡笔的小新
没有蜡笔的小新 2020-12-31 07:50

This has to be the simplest question of all, but I cannot seem to figure it out. I have the progress bar in place. How do I make it show progress? How do I start the thing?<

7条回答
  •  温柔的废话
    2020-12-31 08:36

    Also make sure that CacheMode="BitmapCache" is not set to your page - otherwise the animation will not run. It just displays the cached bitmap...

提交回复
热议问题