LVN_ENDSCROLL message
Notifies a list-view control's parent window when a scrolling operation ends. This notification code is sent in the form of a WM_NOTIFY message.
LVN_ENDSCROLL
pnmLVScroll = (LPNMLVSCROLL) lParam;
Parameters
-
lParam
-
Pointer to a NMLVSCROLL structure that contains the horizontal or vertical position of where the scroll operation ends.
Return value
Return value not used.
Remarks
Note
To use this notification code, you must provide a manifest specifying Comclt32.dll version 6.0. For more information on manifests, see Enabling Visual Styles.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|