CWnd::ScrollWindow

Call this member function to scroll the contents of a window's client area. This function is similar to the ScrollWindow function, with some additional features.

Syntax

void ScrollWindow ( int xAmount, int yAmount, LPCRECT lpRect = NULL, LPCRECT lpClipRect = NULL );

At a Glance

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

Remarks

Either the xAmounor yAmount parameter must be set to zero.

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::UpdateWindow