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

Wizard Control

How would you change the default size of the bottom bar in the wizard control so that all the buttons are larger and use a default font. When I change the page font it works for all controls but the top and bottom banners.

1 Reply

AD Administrator Syncfusion Team February 11, 2005 04:09 PM UTC

Hi Chuck, The Wizard Control exposes the buttons through the properties BackButton, CancelButton, HelpButton, FinishButton, and NextButton. So if you want to make a larger Cancel Button you would type something like this: this.wizardControl1.CancelButton.Size = new Size(300, 50); The bar at the bottom of the Wizard will automatically resize to fit the larger buttons, so won''t need to worry about that. Hope this helps. Regards, Gregory Austin Syncfusion, Inc.

Loader.
Live Chat Icon For mobile
Up arrow icon