commctrl.h

Macro ListView_IsItemVisible

Indica si un ítem en un control list-view es visible. Se puede usar esta macro o enviar el mensaje LVM_ISITEMVISIBLE explícitamente.

Definición

BOOL ListView_IsItemVisible(
    HWND hwnd,
    UINT index
);

Descripción

hwnd
Un manipulador del control list-view.
index
El índice del ítem en el control list-view.

Valor de retorno

Devuelve TRUE si es visible, o FALSE en caso contrario.