Setting the Size of the Combo Box and Its Drop-Down List
The latest version of this topic can be found at Setting the Size of the Combo Box and Its Drop-Down List.
You can size a combo box when you add it to the dialog box. You can also specify the size of the drop-down list box.
To size a combo box
Select the combo-box control in your dialog box.
Initially, only the right and left sizing handles are active.
Use the sizing handles to set the width of the combo box.
You can also set the vertical size of the drop-down portion of the combo box.
To set the size of the combo box drop-down list
Click the drop-down arrow button at the right of the combo box.
The outline of the control changes to show the size of the combo box with the drop-down list area extended.
Use the lower sizing handle to change the initial size of the drop-down list area.
Click the drop-down arrow again to close the drop-down list portion of the combo box.
For information on adding resources to managed projects, please see Resources in Applications in the .NET Framework Developer's Guide. For information on manually adding resource files to managed projects, accessing resources, displaying static resources, and assigning resources strings to properties, see Walkthrough: Localizing Windows Forms and Walkthrough: Using Resources for Localization with ASP.NET.
Requirements
Win32
See Also
Adding Values to a Combo Box Control
Controls in Dialog Boxes
Controls