Skip to content

Latest commit

 

History

History
73 lines (40 loc) · 1.65 KB

lvn-endscroll.md

File metadata and controls

73 lines (40 loc) · 1.65 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
LVN_ENDSCROLL message (Commctrl.h)
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.
2838dcd0-ac0f-48c7-94ba-dc36febedb94
LVN_ENDSCROLL message Windows Controls
apiref
LVN_ENDSCROLL
Commctrl.h
HeaderDef
reference
05/31/2018

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