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
114 stars 31 forks source link

Suggestion: Adding Wizard to control #73

Closed dahall closed 6 years ago

dahall commented 6 years ago

I have changed the WizardControl.cs to allow adding a Wizard to a Control instead of a Form. The purpose is that I need a Wizard thin a panel.
The problem is the titleBar. I simply make it not visible and rebuild it manually in the form. So only, a few lines need to be changed.
Here is the changed File. http://workupload.com/file/UazQyW2
Image

Originally posted: 2016-08-31T06:05:07

dahall commented 6 years ago

I like it! Let me add this to the next release and do some testing to ensure it doesn't break existing code. Thanks for the code.

Originally posted: 2016-08-31T09:03:51

dahall commented 6 years ago

I'm struggling a little with the code you posted. By disabling the titleBar, you are effectively disabling the back button functionality and the merging of the form's caption area with the control. Is that what you intended? How are handling the back button?

Originally posted: 2016-08-31T11:58:14

dahall commented 6 years ago

Yes I do not need the Back button, anyway it was so well hidden that it was hard to spot. The merging of the caption is also not required.
I would prefer to build a custom wizard but the StepList can not simply added.
This is how it looks:
Image

Originally posted: 2016-08-31T14:43:57