Scrolling, Arranging, Sorting, and Finding in List Controls
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at 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 Arranging, Sorting, and Finding in the Windows SDK and the CListCtrl members Arrange, SortItems, and FindItem.