ScrollPathIntoView Method (JTree)

Class

JTree.

Action

Scrolls the given item path to a visible position.

Syntax

tree.ScrollPathIntoView(item)
Variable Description
item The item path. ItemPath.

Examples

tree.ScrollPathIntoView("/level_1-1/level_2-1/level_3-4")