The connection line which connects the tree rows will be displayed only if TreeOptions.linesVisible of TreeView.treeOptions is specified as true. And, you can specify the styles of connection line through line property of Style Set of Tree View. If do not want to display the connection line, you can specify line style as null, or TreeOptions.linesVisible as false.