CSplitterWnd::DoScroll

This member function is called by the framework to perform synchronized scrolling of split windows when the view receives a scroll message.

Syntax

virtual BOOL DoScroll( CView* pViewFrom, UINT nScrollCode, BOOL bDoScroll = TRUE );

At a Glance

Header file: Afxext.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CSplitterWnd Overview, CSplitterWnd Member Functions, Frame Windows and Splitter Windows, CSplitterWnd::DoScrollBy, CView::OnScroll