This method scrolls the contents of a window’s client area. This method is similar to the ScrollWindow method, with some additional features.
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 |
int ScrollWindowEx ( int dx, int dy, LPCRECT lpRectScroll, LPCRECT lpRectClip, CRgn* prgnUpdate, LPRECT lpRectUpdate, UINT flags );
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.
CWnd::RedrawWindow, CDC::ScrollDC, CWnd::ScrollWindow, CWnd::UpdateWindow