Name
Listview.Sort -- sort the list
Synopsis
mui.DoMethod(id, "Sort", column)
Function
Sort the list. MUI uses an iterative quicksort algorithm, no stack problems will occur. You have to pass the index of the column by which the list should be sorted in the third argument. Columns are counted from 0 to the number of columns minus 1, i.e. to sort the list by the first column pass 0 as the column index.

Inputs
id
id of the listview object
column
index of column to use sort list by (V1.1)

Show TOC