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
?