ListBox.IntegralHeight Property (Outlook Forms Script)

Returns or sets a Boolean that specifies whether a ListBox displays full lines of text in a list or partial lines. Read/write.

Syntax

expression.IntegralHeight

expression A variable that represents a ListBox object.

Remarks

True indicates that the list resizes itself to display only complete items (default). False indicates that the list does not resize itself even if the item is too tall to display completely.

The IntegralHeight property relates to the height of the list, just as the AutoSize property relates to the width of the list.

If IntegralHeight is True, the list box automatically resizes when necessary to show full rows. If False, the list remains a fixed size; if items are taller than the available space in the list, the entire item is not shown.

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.