Root Lines (HasRootLines)

Determines whether lines are displayed between first level of root tree items in the Tree View. True (default) or False.

"HasRootLines=True | False"

Usage

Dynamic?

Yes

Supported in Grid?

No

Dependencies:

Ignored if Node Lines (HasLines) property is False.

Using in ProcScript

$fieldproperties(TREE) = "HasRootLines=false"

Applies To

utree (Tree)

Related Topics