CSplitterWnd::DoScrollBy

This method is called by the framework in response to a scroll message, to perform synchronized scrolling of the split windows by the amount, in pixels, indicated by sizeScroll. Positive values indicate scrolling down and to the right; negative values indicate scrolling up and to the left.

At a Glance

Header file: Afxext.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

virtual BOOL DoScrollBy( CView* pViewFrom, CSize sizeScroll,
BOOL
bDoScroll = TRUE );

See Also

CSplitterWnd::DoScroll, CView::OnScroll