Search
ItemListView Members
Constructors Properties Methods
 


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

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

 Public Constructors

  Name Description

ItemListView

Initializes a new instance of the ItemListView class.

 Public Properties

  Name Description

AutoConnectDistance

Gets or sets the maximum distance to a node when auto connecting links.

AutoConnectLinks

Gets or sets whether links should be automatically connected to the nearest node.

Columns

Gets or sets the horizontal and vertical margins around the items.

EffectiveLabelPosition

 

IconMargin

Gets or sets the horizontal and vertical margins around the items.

IconSize

Gets or sets the size of the items displayed in the view.

ItemIconSize

Gets the item size in pixels.

Items

 

ItemsCount

Gets the number of items in the list view.

LabelPosition

 

MeasureUnit

Gets or sets the unit of measure used when drawing items.

NewInstanceSize

Gets or sets the default size with which items dragged onto a diagram will be created.

Orientation

 

SelectedIndex

Gets or sets the index of the currently selected item.

 Public Methods

  Name Description

AddItem

Overloaded.  

AddItems

Overloaded.  

ClearItems

Removes all items from the list view.

GetItemAt

Gets the item at the specified position.

HasItem

 

InsertItem

Overloaded.  

RemoveItem

 

RemoveItemAt

Removes the item at the specified position.

 Protected Methods

  Name Description

BuildRenderTree

 

OnAfterRender

 

 See Also