dahall / AeroWizard

Library for easy creation of custom and Aero Wizards. Aero Wizard strictly follows Microsoft guidelines and uses Visual Styles to get visual theming.
MIT License
112 stars 32 forks source link

Cannot get the back button to show in a step control wizard? #75

Closed dahall closed 5 years ago

dahall commented 5 years ago

Anyone having an issue getting the back button to show on a step control wizard?

There is no property on the WizardPage for ShowBack, just ShowNext, and ShowCancel.

Using .net 4.5.2 and latest package from NuGet

SO, far this is a really great quality project

Originally posted: 2016-09-09T10:46:16

dahall commented 5 years ago

If you have added the StepWizardControl directly to a form (not another control within a form), then the back button should show up left of the form's title.

Originally posted: 2016-09-10T08:31:38