CListCtrl::GetItemSpacing
Visual Studio 2012
Calculates the spacing between items in the current list-view control.
BOOL GetItemSpacing(
BOOL fSmall,
int* pnHorzSpacing,
int* pnVertSpacing
) const;
This method sends the LVM_GETITEMSPACING message, which is described in the Windows SDK.