Actipro Software / Products / .NET Controls / WPF / Wizard / Feature Tour
Latest Release: 2010.1 build 0523, published on 06/25/2010
Supported Environments:
.NET 3.5 SP1 or later
 Visual Studio 2010/2008
 Expression Blend
Other Notes:
Related Links:
|

Feature Tour - Table of Contents
Use the links below to start a tour of this product's features.
Detailed Feature List
Page and Button Features
Appearance Features
Navigation Features
- WPF commands defined for going to the next or previous pages.
- WPF commands for jumping forward to or backwards to a specific page, as indicated by its direct reference, name, or index.
- Any wizard command can be assigned to custom controls such as Buttons, Hyperlinks, or MenuItems.
- Default page sequencing which visits pages in their order by index can be overridden to support decision-based branching of page execution paths.
- The next and previous pages for each page can be explcitly set by a direct reference, name, or index.
- Two types of backwards progress page sequencing, normal and stack-based.
- Disable pages to have Wizard skip over them when using default page sequencing.
- Ability to programmatically get/set the selected page by reference or index.
- Process selection changing/changed events at the general Wizard or WizardPage-specific levels.
- Selection change events specify what caused the change, which pages are changing, and allow you to cancel the change or choose a new destination page.
- Validate data on a page in the selection changing event.
- Differentiation between forward and backward progress through wizard pages.
- Easily navigate through pages using the mouse and/or keyboard forward/back buttons.
Layout, Globalization, and Accessibility Features
- Adheres to the Aero Wizard and Wizard97 specifications.
- Easily create wizard user interfaces in XAML markup.
- All parts of the wizard use automatic layout so that they are capable of growing as needed.
- Right-to-left support is fully integrated for languages such as Hebrew or Arabic.
- All text properties use localization attributes.
- Follows the WPF accessibility model for UI automation.
Code and Requirements
- Includes detailed documentation and a sample project that demos nearly every feature.
- Written in 100% pure C# and is based on the Windows Presentation Foundation framework.
- Full XAML support and
XBAP compatibility.
- Extensive designer capabilities.
- Visual Studio 2008 and/or Expression Blend are recommended development tools for this product.
|