Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Windows Forms controls do not sort when they are data-bound. To display sorted data, use a data source that supports sorting and then have the data source sort it. Data sources that support sorting are data views, data view managers, and sorted arrays.
If the control is not data-bound, you can sort it.
To sort the list
Set the
Sorted
property totrue
.This setting repositions all existing list items in sorted order.
See also
.NET Desktop feedback