ListView_GetTopIndex

This macro 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.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later
Related message: LVM_GETTOPINDEX

Syntax

int ListView_GetTopIndex( HWND hwnd );

Parameters

hwnd

Handle to the list view control.

Return Values

The index of the item indicates success. Zero indicates that the list view control is in icon or small icon view.