ComboBox.IntegralHeight Property
Gets or sets a value indicating whether the control should resize to avoid showing partial items.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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 ComboBox based on the space requirements of your form, set this property to false. If the ComboBox does not contain any items, this property has no effect.
Setting the DropDownHeight property resets the IntegralHeight property to false.
Note
|
|---|
|
If the DrawMode property is set to OwnerDrawVariable, this property has no effect. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note