Contents Index Topic Contents | ||
Previous Topic: LVM_SETITEMPOSITION Next Topic: LVM_SETITEMSTATE |
LVM_SETITEMPOSITION32
LVM_SETITEMPOSITION32 wParam = (WPARAM) (int) iItem; lParam = (LPARAM) (LPPOINT) lpptNewPos;Moves an item to a specified position in a list view control (must be in icon or small icon view). This message differs from the LVM_SETITEMPOSITION message in that it uses 32-bit coordinates. You can send this message explicitly or by using the ListView_SetItemPosition32 macro.
- No return value.
- iItem
- Index of the list view item for which to set the position.
- lpptNewPos
- Address of a POINT structure that contains the new position of the item, in list view coordinates.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.