BOOL Scroll( CSize size );
Return Value
Nonzero if successful; otherwise zero.
Parameters
size
A CSize object specifying the amount of horizontal and vertical scrolling, in pixels. The y member of size is !!divided!! by the height, in pixels, of the list view control’s line, and the control is scrolled by the resulting number of lines.
Remarks
Scrolls the content of a list view control.