CListCtrl::SetItemPosition

Call this member function to move an item to a specified position in a list view control. The control must be in icon or small icon view.

Syntax

BOOL SetItemPosition( int nItem, POINT pt );

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::GetItemPosition, CListCtrl::GetOrigin