ListView_GetItemSpacingListView_GetItemSpacing*
*Contents  *Index  *Topic Contents
*Previous Topic: ListView_GetItemRect
*Next Topic: ListView_GetItemState

ListView_GetItemSpacing


DWORD ListView_GetItemSpacing(
    HWND hwnd, 		
    BOOL fSmall		
);		

Determines the spacing between items in a list view control. You can use this macro or send the LVM_GETITEMSPACING message explicitly.

hwnd
Handle to the list view control.
fSmall
View for which to retrieve the item spacing. This parameter is TRUE for small icon view, or FALSE for icon view.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.