Changing the page order by page name?

Wizard for Windows Forms Forum

Posted 18 years ago by Warren J. Hairston - President, Logical Operators, Inc.
Avatar
Is it possible (in code) to change the page order in the Wizard by page NAME rather than by page number? It would certainly make my code more manageable.

Thanks in advance!

Comments (2)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
You can set the Wizard.SelectedPage property directly with a reference. So if you have a page with a Name of dataCollectionPage you would just do this in your form:
Wizard.SelectedPage = dataCollectionPage;
Is that what you mean?


Actipro Software Support

Posted 18 years ago by Warren J. Hairston - President, Logical Operators, Inc.
Avatar
Thanks! That's exactly what I was looking for - didn't see it in any of the examples.
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.