property ComboBox.MinWidthList as Long

Retrieves or sets a value that indicates the minimum width of the control's drop down window.

TypeDescription
Long A long expression that indicates the minimum width of the control's drop down window.

Use the MinHeightList property to specify the minimum width of the control's drop down window. The property has effect only if the control's style is DropDown or DropDownList. Use the WidthList property to change the width of the control's drop down window. Use the Alignment property to change the drop down list's alignment. Use the AllowSizeGrip property to specify whether the drop down portion of the control is resizable at runtime. Use the AllowHResize, AllowVResize properties to specify whether the width, height of the drop down portion of the control are resizable.