To reproduce:
In the preview the PageTitle of the wizard page is visible. Run the project and the PageTitle isn't visible anymore. The color of the PageTitle background is also not correct. I think there is a problem with the resources.
A state for RadWizard should be added to its styling mechanism that tells whether the form on which the RadWizard instance is place is active or inactive. This will allow for changing the colors of the top area of RadWizard, so that it behaves the same way as a standard wizard dialog.
RadWizard cannot show a second completion page at design-time.
To reproduce: 1. Add a RadWizard to an empty form 2. Add the Windows 8 Theme 3. Change the RadWizard component to Aero 4. Apply the Windows 8 Theme to the wizard control. 5. Run the project. Workaround: this.radWizard1.WelcomeImageElement.Margin = new Padding(0, 0, 0, -5);