RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.ScrollData Method

Scrolls the visual image of the cells in the grid.

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

Grid controls call ScrollData internally when the nonfixed rows or columns scroll. ScrollData updates the image of the grid. 

 

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