TreeListView.ShowTreeLines

Syntax

ShowTreeLines: Boolean;

Description

The ShowTreeLines property determines displaying of tree structure lines.

Comments

Use JSON or the setShowTreeLines method to set the property value and the getShowTreeLines 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).

// Hide tree structure lines
Tree.setShowTreeLines(false);

After executing the example tree structure lines are hidden.

See also:

TreeListView