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

Move back button to bottom #76

Closed dahall closed 5 years ago

dahall commented 5 years ago

I am using stepwizardcontrol but the back button at the top is not very intuitive. Is there any way to add a back button to the bottom behin the next button? could you add the feature so we can configure it in designer?

Also making steps clickable to go back to one of them would be useful

Thanks

Originally posted: 2016-11-22T19:27:15

dahall commented 5 years ago

Putting in back button is not likely to happen and I apologize. You can do this on your own by using the WizardPageContainer and creating your own list. Putting that button in is contrary to the Microsoft design pattern for systems after Vista.

The clickable links request fits well with the project design and I'll look at adding that in the next release.

Originally posted: 2016-12-06T17:29:19

dahall commented 5 years ago

Thanks. There are other users asking about the back button! I think it would be useful if it is something that can be configured, although by default you will use as it is today.

Also a design property to set if the control can be force to use XP style wizard on windows 7 or higher would be great so that the control appear as Wizard 97 style.

The Wizard 97 project template doesnt support the link navigations.

Originally posted: 2016-12-24T21:27:19