property Editor.DropDownMinWidth as Long
Specifies the minimum drop down list width while the DropDownAutoWidth property is False.

TypeDescription
Long A long expression that indicates the minimum width of the drop down window, in pixels.

By default, the DropDownMinWidth property is 64. Use the DropDownMinWidth property to specify the minimum width for the drop down window. The DropDownMinWidth property has effect only if the DropDownAutoWidth property is False. The DropDownMinWidth property has effect only if the control's EditType property is one of the followings:  DropDown, DropDownList, CheckList, PickEdit or ColorList.