Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: Go to next WizardPage from custom button

$
0
0
BoucherS wrote:
Hi,

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;
Great, thanks a lot!

Bonus info: You can use the x:Name of the page directly, i.e.
wizard.CurrentPage = Page3;

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>