XView.scrollXChars

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

mixintemplate XView()
scrollXChars
(
this T
)

Parameters

numberOfChars int

The number of characters to scroll by.

Return Value

Type: auto

This widget to aid method chaining.

Meta