Method ScrollTo
ScrollTo(int, bool)
Will scroll the TextView to display the specified row at the top if isRow is true or
will scroll the TextView to display the specified column at the left if isRow is false.
public void ScrollTo(int idx, bool isRow = true)