ComboBox.ListWidth Property (Outlook Forms Script)

Returns or sets a Variant that specifies the width of the list in a ComboBox. Read/write.

Syntax

expression.ListWidth

expression A variable that represents a ComboBox object.

Remarks

A value of zero makes the list as wide as the ComboBox. The default value is to make the list as wide as the text portion of the control.

If you want to display a multicolumn list, enter a value that will make the list box wide enough to fit all the columns.

When designing combo boxes, be sure to leave enough space to display your data and for a vertical scroll bar.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.