Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.53 KB

integralheight-property.md

File metadata and controls

50 lines (34 loc) · 1.53 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
IntegralHeight property
fm20.chm2001320
fm20.chm2001320
Office.IntegralHeight
1aeec970-ef48-a9e8-f130-1ac51c61d026
11/16/2018
medium

IntegralHeight property

Indicates whether a ListBox or TextBox displays full lines of text in a list or partial lines.

Syntax

object.IntegralHeight [= Boolean ]

The IntegralHeight property syntax has these parts:

Part Description
object Required. A valid object.
Boolean Optional. Whether the list displays partial lines of text.

Settings

The settings for Boolean are:

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

Remarks

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.

See also

[!includeSupport and feedback]