Scroll Renderer Goto Scroll Behavior
Different behaviors related to when a scrolling renderer should scroll when performing a ReaderView.goTo().
Entries
The renderer will not scroll if the location is inside the reading area. Otherwise, it will scroll so that the target location is at the top of the reading area.
The renderer will not scroll if the location is inside the visible range. Otherwise, it will scroll so that the target location is at the top of the reading area.
Always scroll so that the target location is at the top of the reading area.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.