Progress Steps control helps you present progress of a multi-step process. ProgressSteps is an ItemsControl where the items each represent a step in a process.
Progress can be set for the whole process, as a double between zero and the number of steps. Or you can set progress on the steps individually, as a value between 0 and 1.
If desired, you can track the active step, either manually or automatically. Automatic setting of the ActiveStep property can be based on the current overall progress, or when user clicks on a step, or both. You can specify whether the active step is to be highlighted with property HighlightActiveStep.
There are many more features and customization options included with the control. Please see sample project which is included with the installation.
Download fully functional trial of DotNetBar for WPF now and experience how easy it is to create professional WPF applications.