The ShowLines property determines if lines are drawn between nodes in the tree view.
[Visual Basic] Public Property ShowLines As Boolean [C#] public bool ShowLines {get; set;} [C++] public: __property bool get_ShowLines(); public: __property void set_ShowLines(bool); [JScript] public function get ShowLines() : Boolean; public function set ShowLines(Boolean);
TreeView Class | TreeView Members | System.WinForms Namespace