if (wiz.SelectedItem == wizGebindeEdit)
{
this.InitArtikelEdit();
wizGebindeEdit.IsFinishVisible = true;
//button is valid and IsBackValid = true, but previous pages are disabled when moving to page3 (internal flag)
//so we need to change it to false and then back to true (the change has to be detected)
//wizGebindeEdit.IsBackValid = true;
wizGebindeEdit.IsBackValid = false;
wizGebindeEdit2.IsCurrentValid = true;
}
Activating Finish button in another page than the last one:
//Atm the finish button is not related to a page, but to the wizard control!
wizGebindeEdit.IsFinishVisible = true;