CListCtrl::SortItems

Call this member function to sort list view items using an application-defined comparison function. The index of each item changes to reflect the new sequence.

Syntax

BOOL SortItems( PFNLVCOMPARE pfnCompare, DWORD dwData );

At a Glance

Header File Afxcmn.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CListCtrl Overview, CListCtrl Member Functions, Control Classes, CListCtrl::FindItem