How can I stop the WPF ProgressBar pulsing/animating when it reaches 100%?

后端 未结 5 965
心在旅途
心在旅途 2021-02-05 03:52

I have an MVVM-based WPF 4 application which uses a ProgressBar to show the percentage completion of a long-running operation.



        
5条回答
  •  逝去的感伤
    2021-02-05 04:24

    I think the only way is to create a custom style for the ProgressBar.
    The description of MSDN for IsIndeterminate refers to another behaviour and, for default, it is false so setting it doesn't change anything.

提交回复
热议问题