Overview | Methods | This Package | All Packages
Sets the number of visible rows in the list box.
Syntax
public void setVisibleRows( int nRows )
Parameters
nRows
Number of rows. This must be greater than 1.
Exceptions
WFCInvalidArgumentException thrown if nRow is less than 2.
See Also getVisibleRows