Delphi: Sort items in virtual TListView

186 Views Asked by At

On a non-virtual TListView it is possible to sort items when clicking on a column, by using the CustomSort function in the OnColumnClick event handler.

However when the Listview is virtual, this approach does not work. The CustomSortProc callback is never called.

How to sort items of a virtual TListView?

0

There are 0 best solutions below