Setting the Width of the Drop-Down List
- Last UpdatedJul 13, 2023
- 1 minute read
You can set the width of the expanded drop-down list when the user clicks on it. This setting can be used to save space of the folded combo box control at run time.
Typically you set the drop-down list width greater than the width of the combo box on the canvas.

If you set the drop-down list width smaller than the combo box control width on the canvas, the drop-down list is the same width as the combo box control.
To set the width of the combo box drop-down list
-
Select the combo box control.
-
In the Properties Editor, type a width value in the DropDownWidth property value box.