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

StepWizard doesn't redraw step list if Supress is changed #23

Closed dahall closed 6 years ago

dahall commented 6 years ago

If I change WizardPage.Supress at runtime, the step list is not refreshed, it will be refreshed after the next page change only.

Use case: I load a file (excel or CSV) and depending on the file type a different follow-up page is displayed.

Originally posted: 2015-03-15T02:11:27

dahall commented 6 years ago

Thank you for reporting this issue. It is resolved in the 2.0.7 release.

Originally posted: 2015-03-18T15:17:26