I've created a wizard with three pages. When the wizard opens, I want to directy navigate to page two and not start one page one.
I tried to use the clrWizardOpenChange Event on my wizard, but this.wizard.pages
seems to be undefined or no pages are initialized at this moment.
Is there some way to achieve this behaviour?