TreeView.Sort Method
이 문서의 내용
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sorts the items in TreeView control.
public:
void Sort();
public void Sort();
member this.Sort : unit -> unit
Public Sub Sort ()
This method reapplies the default sort, which is alphabetical by node text, or a custom sort specified by the TreeViewNodeSorter property. You can use this method if the text of existing nodes is changed or nodes are moved by the user, and you want to sort the items again.
참고
The default sorter uses the Compare method based on the CurrentCulture specified by the application. This means that TreeNode objects with equal value are kept in the order in which they were added to the TreeView control. This behavior may be different if a custom sort is applied.
Applies to
제품 | 버전 |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |