Node Lines (HasLines)

Determines whether lines are displayed between node and nodes, and node and leaves in the Tree View. True (default) or False.

"HasLines=True | False"

Value

Description

True

in the Tree View, lines are displayed between nodes and their child nodes and leaves.

False

No lines are displayed and the Root Lines property is disabled.

Usage

Dynamic?

Yes

Supported in Grid?

No

Dependencies:

Value False disables the Root Lines (HasRootLines) property.

Using in ProcScript

$fieldproperties(TREE) = "HasLines=false"

Applies To

utree (Tree)

Related Topics