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.
int ScrollWindowEx ( int dx, int dy, LPCRECT lpRectScroll, LPCRECT lpRectClip, CRgn* prgnUpdate, LPRECT lpRectUpdate, UINT flags );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
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 Overview, CWnd Member Functions, Window Class Categories, CWnd::RedrawWindow, CDC::ScrollDC, CWnd::ScrollWindow, CWnd::UpdateWindow