ListView_SetItemPosition32宏 (commctrl.h)
将项移动到列表视图控件中的指定位置, (图标视图或小型图标视图) 。 此宏不同于 ListView_SetItemPosition 宏,因为它使用 32 位坐标。 可以使用 ListView_SetItemPosition32 宏或显式发送 LVM_SETITEMPOSITION32 消息。
语法
void ListView_SetItemPosition32(
HWND hwndLV,
int i,
int x0,
int y0
);
参数
hwndLV
类型: HWND
列表视图控件的句柄。
i
类型: int
要为其设置位置的列表视图项的索引。
x0
类型: int
项的新水平坐标。
y0
类型: int
项的新垂直坐标。
返回值
无
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | commctrl.h |