Link Search Menu Expand Document

STreeItem.EnsureVisible Method

Explanation Ensures that the specified item is visible within the screen when scrolling/expand the contents.
Call format item.EnsureVisible()
Return value None
Arguments None
Exception EXT-12 Invalid accessor
Example of use
    STree1.RootItem.Child.EnsureVisible();
    
Related item