Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.45 KB

scrolling-arranging-sorting-and-finding-in-list-controls.md

File metadata and controls

17 lines (13 loc) · 1.45 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Scrolling, Arranging, Sorting, and Finding in List Controls
Scrolling, Arranging, Sorting, and Finding in List Controls
06/03/2019
image lists [MFC], sorting
image lists [MFC], arranging
image lists [MFC], scrolling
CListCtrl class [MFC], finding items in
image lists [MFC], finding items
CListCtrl class [MFC], scrolling
CListCtrl class [MFC], sorting
CListCtrl class [MFC], arranging the list
dcc51e4c-0ca8-4319-bec5-6994cc8ac9e5

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.

See also

Using CListCtrl
Controls