How do I programmatically move to the next page in the wizard? My plan is to have a viewmodel binded binded to a wizard page. I have certain user actions on a different screen that signifies the completion of current page, so therefore i need a way to move to the next page without having the user to manually click on the Next button.
I can probably work this in using the CurrentPage property in the Wizard control, but it just doesnt feel clean.
Thanks.
I can probably work this in using the CurrentPage property in the Wizard control, but it just doesnt feel clean.
Thanks.