This is a migrated thread and some comments may be shown as answers.

step progress bar

2 Answers 696 Views
ProgressBar
This is a migrated thread and some comments may be shown as answers.
Roh
Top achievements
Rank 1
Roh asked on 21 Mar 2021, 03:21 AM

Hi.

One of nice type of progress bar is "step progress bar" as like attached picture . How can make it in winform. 

2 Answers, 1 is accepted

Sort by
0
Nadya | Tech Support Engineer
Telerik team
answered on 24 Mar 2021, 12:43 PM

Hello, Roh,

The ProgressBarElement of RadProgressBar has a method called PerformStepValue1 which is equivalent to PerformStepPerformStepValue1() advances the current position of the progress bar by the amount of the Step property. Since there could be two progress lines in the progress bar there is also the PerformStepValue2 method. More information about useful properties in RadProgressBar you can find here: https://docs.telerik.com/devtools/winforms/controls/track-and-status-controls/progressbar/properties-methods-events 

I hope this information helps.

Regards,
Nadya
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Roh
Top achievements
Rank 1
commented on 04 May 2021, 10:04 AM

Tanks Nadya.
But If you pay attention to the example I sent in my questions . I want a Progress Bar to be able to display thumbnails and specific enhancements to specific steps.

Or maybe I do not know how to use ProgressBar. Can you send me a sample?
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 04 May 2021, 10:46 AM

Hello, Roh,

RadProgressBar contains two indicators that can display two values and simulate a certain progress step:

            this.radProgressBar1.ProgressBarElement.ShowProgressIndicators = true;
            this.radProgressBar1.ProgressBarElement.IndicatorElement1.BackColor = Color.Yellow;
            this.radProgressBar1.ProgressBarElement.IndicatorElement2.BackColor = Color.Lime;
            this.radProgressBar1.Value1 = 20;
            this.radProgressBar1.Value2 = 80;

However, the requested design can't be achieved with a RadProgressBar control. That is why I have logged it in our feedback portal by creating a public thread on your behalf. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.

I have also updated your Telerik points.

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
ProgressBar
Asked by
Roh
Top achievements
Rank 1
Answers by
Nadya | Tech Support Engineer
Telerik team
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or