CGXGridCore::OnAutoScroll
virtual BOOL OnAutoScroll(int direction, ROWCOL nCell);?
direction
Specifies the scrolling direction.
nCell
Specifies the number of rows or columns.
Return Value
TRUE if the view has been scrolled; it is FALSE if no scrolling was possible.
Remarks
Overridable method which calls DoScroll.
The method is called from AutoScroll in order to scroll the view.
See Also
CGXGridCore::AutoScroll CGXGridCore::DoScroll