WPF ProgressBar Overview

RadStepProgressBar enables you to setup a visual element that displays a multi-step process via number of different steps and a progress track bar between each step. Selecting a step will animate a progress movement from the previously selected step to the new one.

Telerik UI for WPF Ninja image

The RadStepProgressBar is part of Telerik UI for WPF, a professional grade UI library with 160+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

RadStepProgressBar Overview

Key Features

  • Easily customizable visuals: The track bar and each step of the control can be customized by changing their default properties (like color and size) or by replacing the default visualization with a custom one. Read more it the Appearance section of the documentation.

  • Data binding support: RadStepProgressBar comes with built-in data binding support which allows you to provide a collection of any objects that can store information for each step. Read more in the Data Binding article.

  • Horizontal and vertical orientations: The control is arranged horizontally by default (left to right). Additionally, the control can be arranged vertically (top to bottom or bottom to top). Read more in the Layout article.

  • Selection: The steps in the progress bar can be selected in code or via click in the UI. Read more about the available API in the Selection article.

  • Additional content: Each step can display content on top and bottom of its visual element. The contents are optional and fully customizable. Read more in the Step Item Contents article.

Get started with the control with its Getting Started help article that shows how to use it in a basic scenario.

Check out the online demo at demos.telerik.com.

Telerik UI for WPF Support and Learning Resources

See Also

In this article