CPagerCtrl::SetScrollPos

Sets the scroll position of the current pager control.

void SetScrollPos(
     int iPos
);

Parameters

Parameter

Description

[in] iPos

The new scroll position, measured in pixels.

Requirements

Header: afxcmn.h

Remarks

This method sends the PGM_SETPOS message, which is described in the Windows SDK.

See Also

Concepts

CPagerCtrl Class

CPagerCtrl Members

Hierarchy Chart

PGM_SETPOS

CPagerCtrl::GetScrollPos