CListCtrl::MoveGroup
Moves the specified group to the specified zero based index of the list view control.
LRESULT MoveGroup(
int iGroupId,
int toIndex
);
Parameters
iGroupId
The identifier of the group to be moved.toIndex
The zero-based index where the group is to be moved.
Return Value
The return value is not used.
Remarks
This member function emulates the functionality of the LVM_MOVEGROUP message, as described in the Windows SDK.
Requirements
Header: afxcmn.h