Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

ListBox.setIntegralHeight

Sets a boolean value indicating whether the list box should resize to avoid showing partial items.

Syntax

public final void setIntegralHeight( boolean value )

Parameters

value

Set to true if Windows resizes the list box so that it does not display partial items; set to false if the size of the list box remains the exact size specified by the application when it creates the list box, allowing partial items to be shown. The default value is true.

See Also   getIntegralHeight