The LVM_GETITEMSPACING message determines the spacing between items in a list view control. You can send this message explicitly or by using the ListView_GetItemSpacing macro.
LVM_GETITEMSPACING wParam = (WPARAM) (BOOL) fSmall; lParam = 0;
Returns the amount of spacing between items.