XView.scrollXPages

Scroll the text by a specified amount of pages. Positive values scroll text to the left, negative values scroll text to the right.

mixintemplate XView()
scrollXPages
(
this T
)

Parameters

numberOfPages int

The number of characters to scroll by.

Return Value

Type: auto

This widget to aid method chaining.

Meta