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.
- Returns the number of fully visible items if successful. If the current view is icon or small icon view, the return value is the total number of items in the list view control.
- hwnd
- Handle to the list view control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.