Trusted by the world’s leading companies
Overview
The WPF Wizard control provides an interface to create a multi-step wizard that guides users to complete a specific process such as installation or updates. It supports moving to the next and previous dialogs interactively.
Data binding
Provides powerful data binding support to display headers and content in wizard pages. Design your application using the MVVM pattern to bind selected items.

Page styles
Provides different templates for wizard pages with unique sets of features. The templates allow aligning the banner text and images in different orientations relative to the content area.

Navigation
The WPF Wizard control provides rich navigation capabilities with embedded navigation buttons. It allows users to navigate back and forth between pages and disable navigation altogether. It also allows users to write their own navigation logic for navigating from a wizard page to different pages based on specific criteria.

Customization
Provides support for customizing the wizard pages and allows changing the available navigation buttons.

Built-in themes
Provides a rich set of built-in themes inspired by popular interfaces such as Microsoft Office, Expression Blend, and Metro.

Localization
The WPF Wizard control supports localization to translate static text in the navigation buttons to any desired language.

Right-to-left
Supports right-to-left (RTL) direction for users working with right-to-left languages like Hebrew, Arabic, or Persian.

WPF Wizard Control Code Example
Easily get started with the WPF Wizard Control using a few simple lines of XAML and C# code example as demonstrated below. Also explore our WPF Wizard Control Example that shows you how to render and configure the Wizard Control in WPF.
<syncfusion:WizardControl Name="wizardControl">
<syncfusion:WizardPage Name="wizardPage1"/>
<syncfusion:WizardPage Name="wizardPage2"/>
<syncfusion:WizardPage Name="wizardPage3"/>
</syncfusion:WizardControl>WizardControl wizardControl = new WizardControl();
WizardPage wizardPage1 = new WizardPage();
WizardPage wizardPage2 = new WizardPage();
WizardPage wizardPage3 = new WizardPage();
wizardControl.Items.Add(wizardPage1);
wizardControl.Items.Add(wizardPage2);
wizardControl.Items.Add(wizardPage3);
this.Content = wizardControl;Not sure how to create your first WPF Wizard Control? Our documentation can help.
I’d love to read it now145+ WPF CONTROLS
Frequently Asked Questions
Why should you choose Syncfusion WPF Wizard Control?
The Syncfusion WPF Wizard Control provides the following:
- Convenient tool for guiding users step-by-step through a process.
- Users can interactively navigate to the next and previous dialogs and finalize the process.
Built-in validation options for moving to the next or previous dialogs.
- One of the best WPF Wizard Control in the market that offers feature-rich UI to interact with the software.
- Touch-friendly and responsive UI.
- Simple configuration and API.
Extensive demos, documentation to learn quickly and get started with WPF Wizard Control.
Can I download and utilize the Syncfusion WPF Wizard Control for free?
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
How do I get started with Syncfusion WPF Wizard Control?
A good place to start would be our comprehensive getting started documentation.
Our Customers Love Us
Awards
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion® is proud to hold the following industry awards.