Structure NMLVSCROLL (commctrl.h)
Fournit des informations sur une opération de défilement.
Syntaxe
typedef struct tagNMLVSCROLL {
NMHDR hdr;
int dx;
int dy;
} NMLVSCROLL, *LPNMLVSCROLL;
Membres
hdr
Type : NMHDR
Structure NMHDR qui contient des informations sur un LVN_ENDSCROLL ou un code de notification LVN_BEGINSCROLL .
dx
Type : int
Valeur de type int qui spécifie en pixels la position horizontale où une opération de défilement doit commencer ou se terminer.
dy
Type : int
Valeur de type int qui spécifie en pixels la position verticale où une opération de défilement doit commencer ou se terminer.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | commctrl.h |