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

后端 未结 7 689
没有蜡笔的小新
没有蜡笔的小新 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:27

    If you set IsIndeterminate to True, the progress has the meaning that something is in progress but you cannot determine the exact duration. So, I can only tell you to set it to false and to use the progress bar in its "standard" behavior.

提交回复
热议问题