Microsoft SDK for Java

DhListBox.setVisibleRows

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.