ListView_GetCountPerPageListView_GetCountPerPage*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ListView_GetColumnWidth
*Next Topic: ListView_GetEditControl

ListView_GetCountPerPage


int ListView_GetCountPerPage(
    HWND hwnd		
);		

Calculates the number of items that can fit vertically in the visible area of a list view control when in list or report view. Only fully visible items are counted. You can use this macro or send the LVM_GETCOUNTPERPAGE message explicitly.

hwnd
Handle to the list view control.

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