If you change the size of the from WizardSheet derived form, the ResizeToFit() method in WizardSheet does not seem to be calculating the correct size causing the Wizard to be the wrong size.
I do not think it is necessary to change the size of the from WizardSheet derived form, because you should change the size of the from InternalWizardPage or ExternalWizardPage derived forms but it is tempting for someone who is new to the Wizard to change the size of the Sheet and consequently run into trouble (like my colleague did).
Sizing problem after resizing the sheet
If you change the size of the from WizardSheet derived form, the
ResizeToFit()method in WizardSheet does not seem to be calculating the correct size causing the Wizard to be the wrong size.I do not think it is necessary to change the size of the from WizardSheet derived form, because you should change the size of the from InternalWizardPage or ExternalWizardPage derived forms but it is tempting for someone who is new to the Wizard to change the size of the Sheet and consequently run into trouble (like my colleague did).
Does anyone know a solution to this problem?
Great Wizard, BTW!