TTMSFNCListBox.ScrollToItem Method
Scrolls the list box to the specified item index.
API unit family: TMSFNCListBox
Declaring type: TTMSFNCListBox
Inherited from: TTMSFNCCustomListBox
Syntax
procedure ScrollToItem(AItemIndex: Integer); virtual;
Parameters
| Name | Description |
|---|---|
AItemIndex |
The zero-based item index to bring into view. |