This method scrolls the specified client area with additional features.
int ScrollWindowEx( int dx, int dy, LPCRECT lpRectScroll, LPCRECT lpRectClip, HRGN hRgnUpdate, LPRECT lpRectUpdate, UINT flags );
Header file: | Atlwin.h |
Platforms: | |
Versions: | Version 2.0 and later |
Complete documentation: | Visual C++ documentation |
Windows CE dosn't support the SW_SCROLLCHILDREN flag in the flags parameter to this method.
CWindow Overview, CWindow Methods