Progress Bar Marquee Scrolling

0
0

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.

 

  • You must to post comments
0
0

Unfortunately, the ProgressBar control in Wisej.NET does not currently implement the marquee animation behavior built into WinForms. The ProgressBarStyle.Marquee enum is included for compatibility purposes, but not wired to a property.

 

Julie

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.