I have form with a progress bar and I would like to have it animate scrolling continuously marquee style.
I noticed in the API docs there is a ProgressBarStyle.Marquee enumeration
However I cannot figure out how to set this property as there is no .Style property for the progressbar control.
I know you could animate by other means but this approach would be much more simpler if it works.
Does anyone know if it is possible to set this property on a ProgressBar.
