Wizard Button Height

Wizard for Windows Forms Forum

Posted 18 years ago by Rut Scarborough
Avatar
I am developing an application to be used with a touch screen monitor. Is there a way to increase the button heights to make the wizard control easier to use with a touch screen.

Comments (6)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Sure this will do the trick:
((WindowsClassicWizardRenderer)this.Wizard.Renderer).WizardButtonContainerHeight = 60;
this.Wizard.ButtonHeight = 50;


Actipro Software Support

Posted 18 years ago by Rut Scarborough
Avatar
The first line worked fine. But the second line gives an error.

ActiproSoftware.Wizard.Wizard' does not contain a definition for 'ButtonHeight'
Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
It was added in v3.0.0112. If you own v3.0 you can get the latest maintenance release from Customer Relations.


Actipro Software Support

Posted 18 years ago by Rut Scarborough
Avatar
Thanks

I downloaded the evaluation version this morning. It is version v3.0.0100.
Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
I just checked and the evaluation installs v3.0.0120. Please uninstall any existing build you have on your machine before putting on the new one. Also note that build 120 has slightly different assembly names with either ".Net20" or ".Net11" in the names depending on which .NET framework build you chose when you installed. See the readme file for file locations.


Actipro Software Support

Posted 18 years ago by Rut Scarborough
Avatar
I downloaded the evaluation from Xtras.Net. I now have the up to date evaluation from your site. Thanks for the help.
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.