CListCtrl::SetGroupMetrics

Sets the group metrics of a list view control.

void SetGroupMetrics( 
   PLVGROUPMETRICS pGroupMetrics  
);

Parameters

  • pGroupMetrics
    A pointer to an LVGROUPMETRICS structure containing the group metrics information to be set.

Remarks

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

Requirements

Header: afxcmn.h

See Also

Reference

CListCtrl Class

Hierarchy Chart

CListCtrl::GetGroupMetrics