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


IGxTreeView.EnsureVisible Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxTreeView Interface > IGxTreeView.EnsureVisible Method
ArcGIS Developer Help

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