CListView.GetItemVerticalSpacingmethod
Syntax
FUNCTION GetItemVerticalSpacing (BYVAL hListView AS HWND, BYVAL fSmall AS BOOLEAN) AS DWORD
Also documented as
GetItemHorizontalSpacing — one description covers them all.Parameters
| Name | Description | |
|---|---|---|
hListView | Handle to the ListView control. | |
fSmall | A view for which to retrieve the item spacing. This parameter is TRUE for small icon view, or FALSE for icon view. | |
hListView | Handle to the ListView control. | |
fSmall | A 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