Microsoft SDK for Java

ListView.getGridLines

Retrieves a boolean value indicating whether gridlines appear between the rows and columns containing the items and subitems in a list view control.

Syntax

public final boolean getGridLines()

Return Value

Returns true if gridlines are drawn around items and subitems; otherwise, returns false.

See Also   setGridLines

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