Skip to main content

TcxGridCardViewController.ScrollFocusedCard(Boolean) Method

Scrolls the currently focused card in the specified direction.

Declaration

function ScrollFocusedCard(ADown: Boolean): Boolean; virtual;

Parameters

Name Type
ADown Boolean

Returns

Type
Boolean

Remarks

The ScrollFocusedCard function scrolls card rows in the currently focused card vertically in the direction specified by the ADown parameter (True for down and False for up). This function returns True when the scrolling operation was successful. Scrolling is performed in steps that equal a single card row.

See Also