Thank you very much!
The WizardPage objects inherit ultimately from a UserControl. You can set the AutoScroll property to True when the page is selected. You can then add objects to the page and down or over as far as you would like and the scrollbar will be automatically managed for you.
(To SF developers : your product is amazing by the way! )
Let's go straight to the point:
- Does somebody have any idea how can I add a scrollbar to the wizard control.... Why ?
I would like the wizardControl to act like a book and be able to add controls to every pages of the wizard. I know that we can add controls but I don't know how to insert a scrollbar to the wizard page (maybe via a specific control?)