property Editor.DropDownAutoWidth as DropDownWidthType
Retrieves or sets a value that indicates whether the editor's drop-down window list is automatically computed to fit the entire list.

TypeDescription
DropDownWidthType A DropDownWidthType expression that indicates whether the editor's drop- down list width is automatically computed to fit the entire list.

Use the DropDownAutoWidth property to specify when you let the control computes the drop-down list width. The DropDownMinWidth property specifies the minimum width for the drop down portion of the editor. By default, the DropDownAutoWidth property is exDropDownAutoWidth. Use the DropDown method to programmatically show the drop down portion of an editor. Use the DropDownRows property to specify the number of visible rows in the drop down portion of the control.