MFC
Expand Minimize
This topic has not yet been rated - Rate this topic

CListCtrl::InsertGroup

Inserts a group into the list view control.

LRESULT InsertGroup(
   int index,
   PLVGROUP pgrp 
);
index

The index of the item where the group is to be inserted.

pgrp

A pointer to an LVGROUP structure containing the group to be added.

Returns the index of the item that the group was added to, or -1 if the operation failed.

This member function emulates the functionality of the LVM_INSERTGROUP message, as described in the Windows SDK.

Header: afxcmn.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.