TTMSFNCKanbanBoardColumn.ScrollToItem Method
Scrolls the column's item list so that the item at the specified index is visible.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoardColumn
Syntax
procedure ScrollToItem(AItemIndex: Integer); virtual;
Parameters
| Name | Description |
|---|---|
AItemIndex |
The zero-based index of the item to scroll into view. |