Articles in this section
Category / Section

How do I change the position of Labels in the GradientPanel of the Wizard control ?

1 min read

 

Setting the AutoLayoutTitle, AutoLayoutDescription, AutoLayoutBanner property of the WizardControl to 'false' , helps the user to change the position of the labels (Title, Description) and Banner (Picture Box) in the Gradient Panel of the Wizard control.

C#

this.WizardControl.AutoLayoutTitle = false;

this.WizardControl.AutoLayoutDescription = false;

this.WizardControl.AutoLayoutBanner = false;

VB

Me.WizardControl.AutoLayoutTitle = False

Me.WizardControl.AutoLayoutDescription = False

Me.WizardControl.AutoLayoutBanner = False

Note:These features are available from v.4.2 RC.

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied