Prev Next
ListView_SetItemPosition32 info Overview GroupThe ListView_SetItemPosition32 macro moves an item to a specified position in a list view control, which must be 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 explicitly send the LVM_SETITEMPOSITION32 message. void ListView_SetItemPosition32(
Parameters
Return ValuesNo return value. See Also |