Function Tree.ensureCursorIsVisible
Makes the currently focused cell visible.
This will scroll the tree if necessary. In constant SELECT_ROW
mode, this will not do horizontal scrolling, as all the cells in the selected row is focused logically.
Note: Despite the name of this method, the focus cursor itself is only visible in constant SELECT_MULTI
mode.
void ensureCursorIsVisible() nothrow @nogc;