CView::OnScrollBy

This method is called by the framework when the user views an area beyond the present view of the document, either by dragging an OLE item against the view’s current borders or by manipulating the vertical or horizontal scrollbars.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL CView::OnScrollBy( CSize sizeScroll, BOOL bDoScroll = TRUE );

See Also

CWnd::OnHScroll, CWnd::OnVScroll