ListView.setGridLines

Overview | Methods | This Package | All Packages

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