Specifies whether the component can display partial items.
Declaration
componentObj.IntegralHeight
Read-Write Property | Boolean |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
Description
The IntegralHeight
property affects the component height and specifies whether the component can display partial items.
If IntegralHeight
is True, the component height specified by the Height
property can only be set to a value multiple of the ItemHeight
property value. If IntegralHeight
is False, the component can have any height, but in this case the last item may be displayed partially.
Property Value
True, if the component height must be multiple of ItemHeight
. False, if the component height can be set to any value.