Hi
I'm using Dev Express 8.3.2 and Visual Studio 2008 9.0.30729.1 SP
I can't seem to get the back button working for my wizard when I am using the Aero style. Using the Wizard97 style results in the back button appearing. I opened the WizardAeroDemo project, and manually set wpRecipientData's AllowBack to true, but this had no effect. I even tried
private void wpRecipientData_Enter(object sender, EventArgs e) {
wpRecipientData.AllowBack = true;
}
in the vain hope that the magic code squirrels that live inside my northbridge would use that bit of code to solve the problem.
Once again, the problem is only evident when I am using the WizardAero style, and not the Wizard97 style.
Thank you.