int = LineScroll(nLines, nChars
)
Scroll the control vertically and horizontally
Parameters
nLines : int
Specifies the number of lines to scroll vertically.nChars=0 : int
Specifies the number of character positions to scroll horizontally. This value is ignored if
the edit control has either the ES_RIGHT or ES_CENTER style.
Comments
This method only works on multi-linr edit controls.
MFC References
CRichEditCtrl::LineScroll