Action
Scrolls the given item path to a visible position.
Syntax
C#
tree.ScrollPathIntoView(item)
VB
tree.ScrollPathIntoView(item)
Variable |
Description |
item |
The item path. ItemPath.
|
Examples
VB
tree.ScrollPathIntoView("/level_1-1/level_2-1/level_3-4")