Programatically moving to next page

Wizard for WPF Forum

Posted 15 years ago by Cameron MacFarland - Senior Software Engineer, Orelogy Geotechnical
Version: 4.5.0477
Avatar
How do I programatically move to the next page in a wizard?

I have a background worker that does some processing when a page is selected, and I want it to automatically move to the next page when it's finished.

Thanks
Cam

Comments (3)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
There are many ways to do this. Setting Wizard.SelectedPage is one way if you know the next page. If you don't you can do a statement like this:
WizardCommands.NextPage.Execute(null, wizard);


Actipro Software Support

Posted 15 years ago by Crile Carvey
Avatar
How do you specify the SelectedPage?

Example, please?
Posted 15 years ago by Crile Carvey
Avatar
this works:
ActiproSoftware.Windows.Controls.Wizard.WizardCommands.GoToPage.Execute("PageName", wizard);
[Modified at 02/14/2009 04:29 PM]
The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.