CListCtrl::SetItemPosition

This method moves an item to a specified position in a list view control. The control must be in icon or small icon view.

At a Glance

Header file: Afxcmn.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL SetItemPosition( int nItem, POINT pt );

See Also

CListCtrl::GetItemPosition, CListCtrl::GetOrigin