Help Center

CListView.GetItemVerticalSpacingmethod

WindowsmethodCListView.incdocumented

Syntax

FUNCTION GetItemVerticalSpacing (BYVAL hListView AS HWND, BYVAL fSmall AS BOOLEAN) AS DWORD
Also documented as GetItemHorizontalSpacing — one description covers them all.

Parameters

NameDescription
hListViewHandle to the ListView control.
fSmallA view for which to retrieve the item spacing. This parameter is TRUE for small icon view, or FALSE for icon view.
hListViewHandle to the ListView control.
fSmallA view for which to retrieve the item spacing. This parameter is TRUE for small icon view, or FALSE for icon view.

Return value

Returns the horizontal spacing between items.

Returns the vertical spacing between items.

Description

Determines the horizomtal spacing between items in a list-view control.

Reference

  • Include file CListView.inc
  • Defined in AfxNova/CListView.inc:833
  • Documented in Windows/WIndows Controls/CListView Class.md
  • Topic: CListView Class