BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Anyone hitting this post from Googling how to create a marquee progress bar with ProgressBarAdv:
https://www.syncfusion.com/forums/72113/circular-progress-bar
Hi Aslak,
We have checked the reported query “How to create a Marquee style progress bar”. The Marquee style progress bar can be achieved by setting the ProgressStyle as WaitingGradient in ProgressBarAdv control. Please find the code snippet and sample below.
Code snippet:
this.progressBarAdv1.ProgressStyle = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.WaitingGradient; this.progressBarAdv1.WaitingGradientInterval = 80; this.progressBarAdv1.WaitingGradientWidth = 30; this.progressBarAdv1.TextStyle = Syncfusion.Windows.Forms.Tools.ProgressBarTextStyles.Custom; this.progressBarAdv1.CustomText = ""; |
Sample: ProgressBarAdv-sample
Also, please find the different style progress bar control from KB link:
https://www.syncfusion.com/kb/1476/what-are-the-progress-styles-available-in-winforms-progressbaradv
If we misunderstood your query, please provide more details about your requirement with a screenshot or video? It will be helpful for us to provide a prompt solution at earliest.
Regards,
Subashini M.