Search
NodeListView Methods
 


 Public Methods

  Name Description

AddNode

Overloaded. Adds a new node at the end of the list view.

AddNodes

Overloaded. Adds nodes at the end of the list box.

ClearNodes

Removes all nodes from the list view.

GetNodeAt

Gets the node at the specified position.

InsertNode

Overloaded. Inserts a node at a specified position.

RemoveNodeAt

Removes the node at the specified position.

 Protected Methods

  Name Description

Dispose

Clean up any resources being used.

OnNodeRemoved

Raises the NodeRemoved event.

OnNodeSelected

Raises the NodeSelected event.

 See Also