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.
OverviewMethodsThis PackageAll Packages
ListView.setSorting
Sets a value indicating whether list items are sorted based on item text in ascending or descending order or whether items are not sorted.
Syntax
public void setSorting( int value )
Parameters
value
An integer that indicates how items in the list are sorted. Possible values are constants defined in the SortOrder class. The default value is SortOrder.NONE.
See Also getSorting