We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

How to insert padding between the WizardControl’s buttons and the form’s edges

Platform: WinForms |
Control: WizardControl

 

The WizardControl internally uses the GridBagLayout manager to arrange controls (including the navigation buttons). You may insert spaces around the buttons using the Insets property. The GridBagLayout.GetConstraintsRef returns the object containing the constraints for a particular control. Specifying an Insets value (as shown in the code below) to this would create padding around this control.

[C#]

this.wizardControl1.GridBagLayout.GetConstraintsRef(this.wizardControl1.NextButton).Insets = new Insets(5, 5, 5, 5);

this.wizardControl1.GridBagLayout.GetConstraintsRef(this.wizardControl1.BackButton).Insets = new Insets(5, 5, 0, 5);

this.wizardControl1.GridBagLayout.GetConstraintsRef(this.wizardControl1.CancelButton).Insets = new Insets(0, 5, 5, 5);

[VB.NET] Me.wizardControl1.GridBagLay.GetConstraintsRef(Me.wizardControl1.NextButton).Insets = New Insets(5, 5, 5, 5)   Me.wizardControl1.GridBagLay.GetConstraintsRef(Me.wizardControl1.BackButton).Insets = New Insets(5, 5, 0, 5)   Me.wizardControl1.GridBagLay.GetConstraintsRef(Me.wizardControl1.CancelButton).Insets = New Insets(0, 5, 5, 5)

The complete sample demonstrating this is attached here : http://www.syncfusion.com/support/user/uploads/11054_wizard632203922859735456.zip

2X faster development

The ultimate WinForms UI toolkit to boost your development speed.
ADD COMMENT
You must log in to leave a comment

Please sign in to access our KB

This page will automatically be redirected to the sign-in page in 10 seconds.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile