TTMSFNCSpinnerColumn.ScrollToValue Method
Scrolls the column to the specified value, optionally with animation.
API unit family: TMSFNCSpinner
Declaring type: TTMSFNCSpinnerColumn
Syntax
procedure ScrollToValue(AValue: Double; AAnimation: Boolean = True; AAnimationSpeed: Integer = 4);
Parameters
| Name | Description |
|---|---|
AValue |
Target value to scroll to. |
AAnimation |
When True, the scroll is animated. |
AAnimationSpeed |
Speed of the animation in steps per timer tick. |