Skip to content

Latest commit

 

History

History
73 lines (40 loc) · 1.69 KB

lvn-beginscroll.md

File metadata and controls

73 lines (40 loc) · 1.69 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
LVN_BEGINSCROLL notification code (Commctrl.h)
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.
67123db1-118c-43d7-8511-12a3c4413958
LVN_BEGINSCROLL notification code Windows Controls
apiref
LVN_BEGINSCROLL
Commctrl.h
HeaderDef
reference
05/31/2018

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