Disable WinForms ProgressBar animation

后端 未结 6 1798
温柔的废话
温柔的废话 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:26

    My workaround was to use a Panel Control instead of ProgressBar. I changed BackColor, BorderStyle (to Fixed3D) and I manipulate its Width to display needed level of progress. I assumed that 100% of progress is equal to Width of the Form.

提交回复
热议问题