Contents Index Topic Contents | ||
Previous Topic: ListView_GetToolTips Next Topic: ListView_GetUnicodeFormat |
ListView_GetTopIndex
int ListView_GetTopIndex( HWND hwnd );Retrieves the index of the topmost visible item when in list or report view. You can use this macro or send the LVM_GETTOPINDEX message explicitly.
- Returns the index of the item if successful, or zero if the list view control is in icon or small icon view.
- hwnd
- Handle to the list view control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.