A user says ;
"I tried to bind wizard pages to ItemsSource property and got blank wizard.
For binding to work succesfuly - we must also use CurrentPage binding in addition to ItemsSource."
Comments: ** Comment from web user: BoucherS **
"I tried to bind wizard pages to ItemsSource property and got blank wizard.
For binding to work succesfuly - we must also use CurrentPage binding in addition to ItemsSource."
Comments: ** Comment from web user: BoucherS **
Fixed in v2.7.
Upon initializing, the Wizard will set the CurrentPage to the first WizardPage in its Items collection if CurrentPage is not set.