TcxGridCustomLayoutViewController.ScrollFocusedRecord(Boolean) Method
Scrolls a focused card vertically in the specified direction.
Declaration
function ScrollFocusedRecord(ADown: Boolean): Boolean; virtual;
Parameters
| Name | Type |
|---|---|
| ADown | Boolean |
Returns
| Type |
|---|
| Boolean |
Remarks
The scrolling is performed in a card step. The ScrollFocusedRecord method returns False if the scrolling was successful.
Provides empty implementation to be overridden in descendants.
ADown specifies the direction: True – down, False – up.
See Also