LVN_BEGINSCROLL notification code

Notifies a list-view control's parent window when a scrolling operation starts. This notification code is sent in the form of a WM_NOTIFY message.

LVN_BEGINSCROLL

    pnmLVScroll = (LPNMLVSCROLL) lParam;

Parameters

lParam

Pointer to a NMLVSCROLL structure that contains the horizontal or vertical position of where the scroll operation starts.

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
Commctrl.h