BoucherS wrote:
Bonus info: You can use the x:Name of the page directly, i.e.
Hi,Great, thanks a lot!
You need to change the Wizard.CurrentPage property to point to the WizardPage you want :wizard.CurrentPage = wizard.Items.GetItemAt( wizard.Items.IndexOf( wizard.CurrentPage ) + 1 ) as WizardPage;
Bonus info: You can use the x:Name of the page directly, i.e.
wizard.CurrentPage = Page3;