Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Provides information about a scrolling operation.
Syntax
typedef struct tagNMLVSCROLL {
NMHDR hdr;
int dx;
int dy;
} NMLVSCROLL, *LPNMLVSCROLL;
Members
hdr
Type: NMHDR
NMHDR structure that contains information about a LVN_ENDSCROLL or a LVN_BEGINSCROLL notification code.
dx
Type: int
Value of type int that specifies in pixels the horizontal position where a scrolling operation should begin or end.
dy
Type: int
Value of type int that specifies in pixels the vertical position where a scrolling operation should begin or end.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | commctrl.h |