IntegralHeight

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

Syntax

object.IntegralHeight [= value ]

The parts of the IntegralHeight property syntax are described in the following table.

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

Settings

The settings for value are described in the following table.

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

Data Type

Boolean