CView::OnScrollBy

This member function 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.

Syntax

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

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CView Overview, CView Member Functions, View Classes, CWnd::OnHScroll, CWnd::OnVScroll