NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeNode.EnsureVisible

Ensure that the node is visible, expanding nodes and scrolling the TreeView control as necessary.

[Visual Basic]
Public Sub EnsureVisible()
[C#]
public void EnsureVisible();
[C++]
public: void EnsureVisible();
[JScript]
public function EnsureVisible();

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace