DroidDiagram Programmer's Guide
NodeListView Members
Constructors Methods
 


Represents a list control containing DiagramNode objects. Nodes from the list can be dragged to a Diagram canvas to create new nodes.

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

 Public Constructors

  Name Description

NodeListView

Initializes a new instance of the NodeListView class.

 Public Methods

  Name Description

addNode

Overloaded.  

addNodes

Overloaded.  

clearNodes

Removes all nodes from the list view.

getDefaultNodeSize

Gets the default size with which nodes dragged onto a diagram will be created.

getIconMargin

Gets the horizontal and vertical margins around the nodes.

getIconSize

Gets the size of the nodes displayed in the list.

getNodeAt

Gets the node at the specified position.

getNodesCount

Gets the number of nodes in the list view.

insertNode

Overloaded.  

removeNodeAt

Removes the node at the specified position.

setDefaultNodeSize

Sets the default size with which nodes dragged onto a diagram will be created.

setIconMargin

Sets the horizontal and vertical margins around the nodes.

setIconSize

Sets the size of the nodes displayed in the list.

setShowLabels

Sets a value specifying whether to show text labels along with icons for each list item.

 See Also

NodeListView Class
com.mindfusion.diagramming Namespace