Microsoft Deployment Toolkit
Documentation Library Change the Size of a Control on a Custom Wizard Page |
Change the size of a control on a custom wizard page so that the contents of the control are properly displayed. You change the size of the control using the Width and Height properties on the Layout properties of the control.
To change the size of a control on a custom wizard page
1. In the UDI Wizard Designer, in the Page Library, click custom_wizard_page (where custom_wizard_page is the name of the custom wizard page to which you want to position the control).
2. In the details pane, click the Configure tab.
The custom wizard page is displayed in the details pane.
3. In the details pane, click toolbox_control (where toolbox_control is the control you wish to change in size on the custom wizard page), and then click the Layout tab.
4. On the Layout tab, configure the values for the properties listed in Table 151 based on the size you want the control to be.
Table 151. Control Size Layout Properties
Property |
Description |
Width |
This property controls the width of the control. Note If the text or graphic displayed in the control is wider than the width of the control, the text or graphic is clipped and not displayed. |
Height |
This property controls the height of the control. Note If the text or graphic displayed in the control is higher than the height of the control, the text or graphic is clipped and not displayed. |
After the properties are configured, the size of the control reflects the values in these properties.
Related Topics
Creating Custom Wizard Pages
Using the Build Your Own Page Feature