Unplanned
Last Updated: 16 Feb 2024 12:43 by ADMIN

To reproduce:

  • create a new project with Telerik RadForm, HighDPI
  • add material theme, activate the theme
  • add RadWizard, activate the theme
  • change the wizard to Aero mode

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.

Unplanned
Last Updated: 11 Jul 2016 08:41 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: Wizard
Type: Bug Report
0
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);