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:
Set the Style
on the ProgressBar
to Marquee