RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.Scroll Method

Scrolls the content of a list view by the indicated amount.

Pascal
procedure Scroll(DX: Integer; DY: Integer);
C++
__fastcall Scroll(int DX, int DY);

Call Scroll to scroll the content of a list view by DX pixels horizontally and DY pixels vertically. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!