Skip to main content

TcxGridCustomLayoutViewController.CanScrollFocusedRecord(Boolean) Method

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

Declaration

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

Parameters

Name Type
ADown Boolean

Returns

Type
Boolean

Remarks

The CanScrollFocusedRecord method returns False if the focused card cannot be scrolled.

Provides empty implementation to be overridden in descendants.

ADown specifies the direction: True – down, False – up.

See Also