TcxGridCardViewInfo.NeedsScrollingDown Method
Determines whether there are card rows hidden off screen at the Card View‘s bottom edge, which require the View to be scrolled downwards to be displayed.
Declaration
function NeedsScrollingDown: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
Whenever the Card View’s height is insufficient to display all the card rows at once and some rows are hidden by the top or bottom edges of the View, vertical scrolling may be required to display them. The NeedsScrollingDown function determines whether data is hidden by the Card View’s bottom edge and as a result the View needs to be scrolled down to display them.
The following image represents the situation when rows are hidden by the bottom edge of a Card View.
See Also