property Editor.DropDownAutoWidth as Boolean
Retrieves or sets a value that indicates whether the control's drop down list width is automatically computed to fit the entire list.

TypeDescription
Boolean A boolean expression that indicates whether the control's drop down window width is automatically computed to fit the entire list.

By default, the DropDownAutoWidth property is False. If the DropDownAutoWidth property is True, the DropDownMinWidth property has no effect. The DropDownAutoWidth property has effect if the control's EditType property is one of the followings: DropDown, DropDownList, CheckList, Font, PickEdit or ColorList.