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.

Parameters

wParam

View for which to retrieve the item spacing. This parameter is TRUE for small icon view, or FALSE for icon view.

lParam

Must be zero.

Return value

Returns the amount of spacing between items. The horizontal spacing is contained in the LOWORD and the vertical spacing is contained in the HIWORD.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h