Represents a list view containing DiagramNode objects.
The following tables list the members exposed by the NodeListView type.
Name | Description | |
---|---|---|
Initializes a new instance of the NodeListView class. |
Name | Description | |
---|---|---|
Gets or sets the default size with which nodes dragged onto a diagram will be created. |
||
Gets or sets the horizontal and vertical margins around the nodes. |
||
Gets or sets the size of the nodes displayed in the view. |
||
For internal use. |
||
Gets or sets the unit of measure used when drawing nodes. |
||
Gets the number of nodes in the list view. |
||
The target DiagramView for drag/drop interactions. |
Name | Description | |
---|---|---|
Overloaded. Adds a new node to the end of the list view. |
||
Overloaded. Adds the specified nodes to the end of the list view. |
||
Removes all nodes from the list view. |
||
For internal use. |
||
Gets the node at the specified position. |
||
Gets the position of a VisualElement. |
||
Overloaded. |
||
Raises the DragComplete event. |
||
Force refresh the items source binding. |
||
Removes the node from the list box. |
||
Removes the node at the specified position. |
||
Resume the backing items source binding refresh. |
||
Suspend the backing items source binding refresh. |
Name | Description | |
---|---|---|
ListView.MeasureOverride override. |
||
Invoked when the user clicks a node in this list box. |
||
Invoked when the user double-clicks a node in this list box. |
||
Invoked when the user removes a node from the list view. |
||
Invoked when the user selects a node in this list box. |
Name | Description | |
---|---|---|
Raised when user stops dragging an item. |
||
Raised when user starts dragging an item. |
||
Raised when the user clicks a node in the list view. |
||
Raised when the user double-clicks a node in the list view. |
||
Raised when the user removes a node from the list view. |
||
Raised when the user selects a node in the list view. |