CListCtrl::SetItemPosition

BOOL SetItemPosition( int nItem, POINT pt );

Return Value

Nonzero if successful; otherwise zero.

Parameters

nItem

Index of the item whose position is to be set.

pt

A POINT structure specifying the new position, in view coordinates, of the item’s upper-left corner.

Remarks

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

If the list view control has the LVS_AUTOARRANGE style, the list view is arranged after the position of the item is set.

CListCtrl OverviewClass MembersHierarchy Chart

See Also   CListCtrl::GetItemPosition, CListCtrl::GetOrigin