Microsoft SDK for Java

ListView.setGridLines

Sets a boolean value indicating whether gridlines appear around items and subitems.

Syntax

public void setGridLines( boolean flag )

Parameters

flag

Set to true if gridlines are drawn around items and subitems; otherwise, set to false. The default value is false. Setting the value of the gridLines property has no effect unless the control is in Report view.

See Also   getGridLines

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