TreeListView.ShowGridLines

Syntax

ShowGridLines: Boolean;

Description

The ShowGridLines property determines whether gridlines are displayed.

Comments

Use JSON or the setShowGridLines method to set the property value and the getShowGridLines method to get the property value.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Set gridlines
Tree.seyShowGridLines(true);

After executing the example all gridlines are enabled.

See also:

TreeListView