Scrolls the contents of a Text Control so that the current input position becomes visible.
<void> InputPosition.scrollTo(<InputPosition.ScrollPosition> scrollPosition, <EmptyRequestCallback> callback, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
scroll |
Specifies an Input |
callback | Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |