ListView_SetItemPosition32ListView_SetItemPosition32*
*Contents  *Index  *Topic Contents
*Previous Topic: ListView_SetItemPosition
*Next Topic: ListView_SetItemState

ListView_SetItemPosition32


void ListView_SetItemPosition32(
    HWND hwnd, 		
    int iItem, 		
    int x, 		
    int y		
);		

Moves an item to a specified position in a list view control (in icon or small icon view). This macro differs from the ListView_SetItemPosition macro in that it uses 32-bit coordinates. You can use the ListView_SetItemPosition32 macro or send the LVM_SETITEMPOSITION32 message explicitly.

hwnd
Handle to the list view control.
iItem
Index of the list view item for which to set the position.
x and y
New horizontal and vertical coordinates of the item.

See also POINT


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.