Search
NodeListView Members
Constructors Properties Methods
 


A list view control that hosts DiagramNodes and supports drag-and-drop to DiagramView.

The following tables list the members exposed by the NodeListView type.

 Public Constructors

  Name Description

NodeListView

Creates an instance of NodeListView

 Public Properties

  Name Description

backColor

Gets or sets the background color of the control.

defaultNodeSize

Gets or sets the default size of nodes created after dragging from this list view.

draggedNode

Gets the currently dragged node from this list view.

iconSize

Gets or sets the size of nodes displayed in this list view.

nodes

Gets the nodes contained in this NodeListView.

orientation

Gets or sets the orientation of the view layout.

padding

Gets or sets the padding space between the NodeListView control and its contents.

shapeLibraryLocation

Gets the location of a shape library file containing custom shape definitions.It can be set to a full URL of the file, or a relative file path.

textColor

Gets or sets the color used to paint text in the NodeListView control.

tooltipDelay

Gets or sets the delay before a tooltip is shown.

 Public Methods

  Name Description

addNode

Adds a node to the NodeListView.

clearAll

Removes all items from the NodeListView.

create

Creates and initializes a new NodeListView from the specified element. This method is static and can be called without creating an instance of the class.

find

Returns the specified NodeListView object. This member is static and can be invoked without creating an instance of the class.

getNodeAt

Gets the item at the specified location.

removeNode

Removes a node from the list view.

selectItem

Selects the specified item.

 See Also