Search
NodeListView Methods
 


 Public Methods

  Name Description

AddNode

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

AddNodes

Overloaded. Adds the specified nodes to the end of the list view.

ClearNodes

Removes all nodes from the list view.

GetItemAt

For internal use.

GetNodeAt

Gets the node at the specified position.

GetScreenCoords

Gets the position of a VisualElement.

InsertNode

Overloaded.  

OnDragComplete

Raises the DragComplete event.

RefreshItemsSource

Force refresh the items source binding.

RemoveNode

Removes the node from the list box.

RemoveNodeAt

Removes the node at the specified position.

ResumeLayout

Resume the backing items source binding refresh.

SuspendLayout

Suspend the backing items source binding refresh.

 Protected Methods

  Name Description

MeasureOverride

ListView.MeasureOverride override.

OnNodeClicked

Invoked when the user clicks a node in this list box.

OnNodeDoubleClicked

Invoked when the user double-clicks a node in this list box.

OnNodeRemoved

Invoked when the user removes a node from the list view.

OnNodeSelected

Invoked when the user selects a node in this list box.

 See Also