Available for ListView objects.
Read/Write at design time
Specifies whether strings in a ListView object are sorted or not. It can be one of the following values:
| 0 None | Strings appear as they were entered in the ListView object (default) |
| 1 Ascending | Strings are sorted in ascending order |
| 2 Descending | Strings are sorted in descending order |