Prev Next
The 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(
HWND hwnd,
|
|
int iItem,
|
|
nt x,
|
|
int y
|
|
);
|
|
Parameters
-
hwnd
-
Handle to the list view control.
-
iItem
-
Index of the list view item to set the position of.
-
x and y
-
New horizontal and vertical coordinates of the item.
Return Values
No return value.
See Also
ListView_SetItemPosition, LVM_SETITEMPOSITION32,
POINT
file: /Techref/os/win/api/win32/mac/src/mac02_12.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/13 06:11,
|
| ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/techref/os/win/api/win32/mac/src/mac02_12.htm"> ListView_SetItemPosition32</A> |
Did you find what you needed?
|
|
Welcome to ecomorder.com!
|
|
Welcome to massmind.ecomorder.com!
|
.
|