58

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?

msbg
  • 4,852
  • 11
  • 44
  • 73

1 Answers1

115

Set the Style on the ProgressBar to Marquee

Tom Studee
  • 10,316
  • 4
  • 38
  • 42