Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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