Skip to main content

TcxGridCardViewController.CanScrollFocusedCard(Boolean) Method

Determines whether the card rows in the currently focused card can be scrolled vertically in the specified direction.

Declaration

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

Parameters

Name Type
ADown Boolean

Returns

Type
Boolean

Remarks

You can use the CanScrollFocusedCard function to determine whether card rows in the currently focused card can be scrolled vertically in the direction specified by the ADown parameter, which is True for down and False for up.

See Also