Compartilhar via


Propriedade ListBox.IntegralHeight (Script do Outlook Forms)

Returns or sets a Boolean that specifies whether a ListBox displays full lines of text in a list or partial lines. Leitura/gravação.

Sintaxe

expressão. Integralheight

expressão Uma variável que representa um objeto ListBox.

Comentários

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.

Suporte e comentários

Tem dúvidas ou quer enviar comentários sobre o VBA para Office ou sobre esta documentação? Confira Suporte e comentários sobre o VBA para Office a fim de obter orientação sobre as maneiras pelas quais você pode receber suporte e fornecer comentários.