SMART datagrid v.1 > Classes > TreeOptions

Back  Forward

DataLudi.TreeOptions.linesVisible  property

If it is true, it will display the connection line of tree row. 

The style of connection line is specified by line property. (Since v1.3.8, it will be specified by GridStyles.line style. Please refer to Tree Styles example.) 

Defaults to true.

Getter
function linesVisible(): Boolean
Setter
function setLinesVisible(value: Boolean)
See Also
line
Tree Overview
Examples
Tree Styles
Hello Tree