ListBox control with support for hosting DiagramNodes and dragging them to the Diagram control. Items' labels can be set by assigning them to the Tag property of nodes.
The following tables list the members exposed by the NodeListView type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Creates an instance of NodeListView |
Protected Methods| Name | Description | |
|---|---|---|
![]() |
ItemsControl.GetContainerForItemOverride override. |
|
![]() |
ItemsControl.IsItemItsOwnContainerOverride override. |
|
![]() |
ItemsControl.OnMouseLeftButtonUp override. |
|
![]() |
ItemsControl.PrepareContainerForItemOverride override. |
Public Events| Name | Description | |
|---|---|---|
![]() |
Raised when a node is created by drag-and-drop from the list to the diagram canvas. |
See Also