Determines if lines are draw between nodes at the root of the tree view.
[Visual Basic] Public Property ShowRootLines As Boolean [C#] public bool ShowRootLines {get; set;} [C++] public: __property bool get_ShowRootLines(); public: __property void set_ShowRootLines(bool); [JScript] public function get ShowRootLines() : Boolean; public function set ShowRootLines(Boolean);
TreeView Class | TreeView Members | System.WinForms Namespace