XView.scrollXToChar

Adjusts the view in the window so that the character index passed is displayed at the left edge of the window.

mixintemplate XView()
scrollXToChar
(
this T
)
()

Parameters

charIndex int

The character index to scroll to.

Return Value

Type: auto

This widget to aid method chaining.

Meta