IntegralHeight Property

       

Returns or sets a value indicating if the control displays partial items. Read-only at run time.

Syntax

object.IntegralHeight [= value ]

The IntegralHeight property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
value A Boolean expression that determines whether the list is resized, as described in Settings.

Settings

The settings for value are:

Setting Description
True (Default) The list resizes itself to display only complete items.
False The list doesn't resize itself even if the item is too tall to display completely.

Remarks

If the number of items in a list exceeds what can be displayed, a scroll bar is automatically added to the control. You can prevent partial rows from being displayed by setting the IntegralHeight property to True.

Data Type

Boolean