Contents Index Topic Contents | ||
Previous Topic: LVM_GETITEMRECT Next Topic: LVM_GETITEMSTATE |
LVM_GETITEMSPACING
LVM_GETITEMSPACING wParam = (WPARAM) (BOOL) fSmall; lParam = 0;Determines the spacing between items in a list view control. You can send this message explicitly or by using the ListView_GetItemSpacing macro.
- Returns the amount of spacing between items. The horizontal spacing is contained in the low-order WORD and the vertical spacing is contained in the high-order WORD.
- fSmall
- View for which to retrieve the item spacing. This parameter is TRUE for small icon view, or FALSE for icon view.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.