System.Windows.Forms.ComboBox.IntegralHeight Property

Gets or sets a value indicating whether the control should resize to avoid showing partial items.

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue(true)]
public bool IntegralHeight { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When this property is set to true, the control automatically resizes to ensure that an item is not partially displayed. If you want to maintain the original size of the System.Windows.Forms.ComboBox based on the space requirements of your form, set this property to false. If the System.Windows.Forms.ComboBox does not contain any items, this property has no effect.

Setting the ComboBox.DropDownHeight property resets the ComboBox.IntegralHeight property to false.

Note:

If the ComboBox.DrawMode property is set to OwnerDrawVariable, this property has no effect.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0