How to make an indeterminate progress bar in WinFo

2019-02-11 10:23发布

How do you make an indeterminate progress bar in a WinForms application? In Silverlight and WPF, you would simply set the ProgressBar's IsIndeterminate property to true. However, this property does not exist in WinForms. How would you create an indeterminate progress bar in WinForms?

1条回答
Rolldiameter
2楼-- · 2019-02-11 11:22

Set the Style on the ProgressBar to Marquee

查看更多
登录 后发表回答