IntegralHeight
This property returns and sets a value that indicates if a control displays partial items.
Syntax
object.IntegralHeight [= value]
Parameters
- object
- Object expression that evaluates to a ComboBox or ListBox control.
- value
- Boolean expression that determines whether a list is resized. Following are the settings for value:
- 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.
Remarks
The IntegralHeight property is read-only at run time.