Method XbpCellGroup():scrollDown() Foundation

Scrolls cell contents upwards and clears the cells at the bottom.

Syntax
:scrollDown( <nRows>, [<lRepaint>] ) --> nScrolled
Parameters
<nRows>
This parameter indicates the number of rows to be scrolled.
<lRepaint>
<lRepaint> specifies whether or not the cells are immediately re-displayed when the method returns. The default value is .T. (true) and the cells are automatically re-displayed.
Return

The method returns as a numeric value the number of rows that are actually scrolled.

Description

The :scrollDown() method changes the display of the XbpCellGroup object by shifting the cells a specified number of rows upwards. The contents of the cells at the top of the cell group is overwritten while the cells at the bottom become empty. The method :setCell() must be called afterwards to fill the empty cells with values.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.