Unplanned
Last Updated: 11 Jul 2016 08:41 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 20 Jun 2016 09:13
Category: Wizard
Type: Bug Report
0
FIX. RadWizard - thick border is shown in Windows8 theme when aero is enabled
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);
0 comments