Gets or sets a value indicating whether the System.Windows.Forms.ToolStripComboBox should resize to avoid showing partial items.
Documentation for this section has not yet been entered.
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.ToolStripComboBox based on the space requirements of your form, set this property to false. If the System.Windows.Forms.ToolStripComboBox does not contain any items, this property has no effect.
Setting the ToolStripComboBox.DropDownHeight property resets the ToolStripComboBox.IntegralHeight property to false.