ToolStripComboBox::IntegralHeight Property
.NET Framework (current version)
Gets or sets a value indicating whether the ToolStripComboBox should resize to avoid showing partial items.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the list portion can contain only complete items; otherwise, false. The default is true.
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 ToolStripComboBox based on the space requirements of your form, set this property to false. If the ToolStripComboBox does not contain any items, this property has no effect.
Setting the DropDownHeight property resets the IntegralHeight property to false.
.NET Framework
Available since 2.0
Available since 2.0
Show: