CListCtrl::MoveItemToGroup
Moves the specified item into the specified group.
void MoveItemToGroup(
int idItemFrom,
int idGroupTo
);
Parameters
[in] idItemFrom
The index of the item to be moved.[in] idGroupTo
The identifier of the group the item will be moved to.
Remarks
Примечание
This method currently is not implemented.
This method emulates the functionality of the LVM_MOVEITEMTOGROUP message, as described in the Windows SDK.
Requirements
Header: afxcmn.h