YView.scrollYPages

Scroll the text by a specified amount of pages. Positive values scroll text up, negative values scroll text down.

mixintemplate YView()
scrollYPages
(
this T
)

Parameters

numberOfPages int

The number of characters to scroll by.

Return Value

Type: auto

This widget to aid method chaining.

Meta