This document is archived and information here might be outdated.  Recommended version.


IGxTreeView.EnsureVisible Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CatalogUI)  

IGxTreeView.EnsureVisible Method

Ensures that the current selection is visible, scrolling/expanding if necessary.

[Visual Basic .NET]
Public Sub EnsureVisible ( _
    ByVal object As IGxObject _
)
[C#]
public void EnsureVisible (
    IGxObject object
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxTreeView Interface