Ensures that the tree node is visible, expanding tree nodes and scrolling the tree view control as necessary.

Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

C#
public void EnsureVisible()
Visual Basic (Declaration)
Public Sub EnsureVisible
Visual C++
public:
void EnsureVisible()

See Also