property ComboBox.IntegralHeight as Boolean
Gets or sets a value indicating whether the control should resize to avoid showing partial items.

TypeDescription
Boolean A boolean expression that indicates whether the control displays partial items.

The IntegralHeight property has effect only if the control's Style property is DropDown or DropDownList. By default, the IntegralHeight property is False. Use the HeightList property to specify the height of the drop down window. Use the DefaultItemHeight property to specify the default height for the items. Use the IntegralHeight property for lists with items that have the same height.