Scroll To Annotation
8/28/25Less than 1 minute
Scroll To Annotation
An annotation can be scrolled to by using the scrollToAnnotation
method on the AnnotatedText
instance. This method takes an annotation ID as an argument and scrolls the view to that annotation.
annotatedText.scrollToAnnotation(annotationId);
Example
Contributors
Bo Vandersteene