Sets the number of visible rows in the list box.
public void setVisibleRows( int nRows )
nRows
Number of rows. This must be greater than 1.
WFCInvalidArgumentException thrown if nRow is less than 2.
See Also getVisibleRows