CWnd::ScrollWindowEx

This method scrolls the contents of a window’s client area. This method is similar to the ScrollWindow method, with some additional features.

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

int ScrollWindowEx ( int dx, int dy, LPCRECT lpRectScroll, LPCRECT lpRectClip, CRgn* prgnUpdate, LPRECT lpRectUpdate, UINT flags );

Remarks

MFC for Windows CE does not support the SW_SCROLLCHILDREN flag in the flags parameter.

Either the dx or dy parameter must be set to zero.

See Also

CWnd::RedrawWindow, CDC::ScrollDC, CWnd::ScrollWindow, CWnd::UpdateWindow