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 MakeNodeVisible(
	NodeBase node
)
Visual Basic (Declaration)
Public Sub MakeNodeVisible ( _
	node As NodeBase _
)
Visual C++
public:
void MakeNodeVisible(
	NodeBase^ node
)

Parameters

node
Type: AltaVim.WinForms..::.NodeBase
The node to make visible

See Also