Sets a boolean value indicating whether the combo box should resize to avoid showing partial items.
public final void setIntegralHeight( boolean value )
value
Set to true if Windows resizes the combo box so that it does not display partial items; set to false if the size of the combo box remains the exact size specified by the application when it creates the combo box, allowing partial items to be shown. The default value is true.
See Also getIntegralHeight