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