Scrolling, Arranging, Sorting, and Finding in List Controls
List controls (CListCtrl) are scrollable by default. For more information, see Scroll Position in the Windows SDK and the Scroll member function.
You can call CListCtrl
member functions to arrange list items in the control, sort items, and find particular items. For more information, see Using ListView Controls in the Windows SDK and the CListCtrl members Arrange, SortItems, and FindItem.