Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
BOOLSetItemPosition(intnItem**,POINTpt);**
Return Value
Nonzero if successful; otherwise zero.
Parameters
nItem
Index of the item whose position is to be set.
pt
A 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.
Example
See the example for CListCtrl::GetItemPosition.