Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.