StrataFrame Forum

About WizardControl

http://forum.strataframe.net/Topic6367.aspx

By Joseph-Carl Theodat - 1/29/2007

Hi,

(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?)

By Trent L. Taylor - 1/29/2007

(To SF developers : your product is amazing by the way! )

Thank you very much! Smile

Does somebody have any idea how can I add a scrollbar to the wizard control.... Why ?

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.

By Joseph-Carl Theodat - 1/29/2007

thanksWink