Click or drag to resize

TreeEnsureCursorIsVisible Method

Makes the currently focused cell visible.

This will scroll the tree if necessary. In 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 mode.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void EnsureCursorIsVisible()
See Also