EnsureVisibleHorizontalItem Method (SapTree)
Class
SapTree
.
Action
This function scrolls the Tree horizontally until the Item is visible.
Syntax
C#
tree
.
EnsureVisibleHorizontalItem
(
nodeKey
,
itemName
)
VB
tree
.
EnsureVisibleHorizontalItem
(
nodeKey
,
itemName
)
Variable
Description
nodeKey
The key of the node.
String
.
itemName
The name of the item.
String
.