YView.scrollYToChar

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

mixintemplate YView()
scrollYToChar
(
this T
)
()

Parameters

charIndex int

The character index to scroll to.

Return Value

Type: auto

This widget to aid method chaining.

Meta