Disable WinForms ProgressBar animation

后端 未结 6 1797
温柔的废话
温柔的废话 2020-12-03 22:03

Is there a possbility to disable animation of the progress bar?

I need it for some pocess which is paused and not running at the moment. An average user would think

6条回答
  •  借酒劲吻你
    2020-12-03 22:08

    What you will want to do is set the style on this control specifically to override the theme changes. This article gives you a bit of information.

提交回复
热议问题