Share via


LVGROUPMETRICS (Compact 2013)

3/28/2014

This structure is used to retrieve or set group metrics.

Syntax

typedef struct LVGROUPMETRICS {
  UINT cbSize;
  UINT mask;
  UINT Left;
  UINT Top;
  UINT Right;
  UINT Bottom;
  COLORREF crLeft;
  COLORREF crTop;
  COLORREF crRight;
  COLORREF crBottom;
  COLORREF crRightHeader;
  COLORREF crFooter;
} LVGROUPMETRICS, *PLVGROUPMETRICS;

Members

  • cbSize
    Size of an LVGROUPMETRICS structure.
  • mask
    Flag that can have one or more of the following values.

    • LVGMF_BORDERCOLOR
    • LVGMF_BORDERSIZE
    • LVGMF_NONE
    • LVGMF_TEXTCOLOR
  • Left
    Specifies the left border.
  • Top
    Specifies the top border.
  • Right
    Specifies the right border.
  • Bottom
    Specifies the bottom border.
  • crLeft
    Not supported.
  • crTop
    Not supported.
  • crRight
    Not supported.
  • crBottom
    Not supported.
  • crRightHeader
    Specifies the color of the header text.
  • crFooter
    Specifies the color of the footer text.

Requirements

Header

commctrl.h

See Also

Reference

List-View Controls Structures