YView.scrollYChars

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

mixintemplate YView()
scrollYChars
(
this T
)

Parameters

numberOfChars int

The number of characters to scroll by.

Return Value

Type: auto

This widget to aid method chaining.

Meta