LVM_GETITEMSPACINGLVM_GETITEMSPACING*
*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.

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.