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 | |
|---|---|---|
![]() |
Initializes a new instance of the ItemListView class. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Overloaded. |
|
![]() |
Registers listener so that it will receive events when users select or delete items from the list. |
|
![]() |
Overloaded. |
|
![]() |
Removes all items from the list view. |
|
![]() |
Gets a value indicating whether to allow deletion of list items by pressing Del. |
|
![]() |
Gets the maximum distance within which a link will attempt to auto-connect to a nearby node. |
|
![]() |
Gets a value indicating whether links should be automatically connected to nearby nodes when dropped from the ItemListView. |
|
![]() |
Gets the horizontal and vertical margins around the items. |
|
![]() |
Gets the size of the items displayed in the list. |
|
![]() |
Gets the item at the specified position. |
|
![]() |
Gets the number of items in the list view. |
|
![]() |
Gets the unit of measure used when drawing items. |
|
![]() |
Gets the default size with which items dragged onto a diagram will be created. |
|
![]() |
Gets a value indicating whether to show text labels along with icons for each list item. |
|
![]() |
Overloaded. |
|
![]() |
Removes the item at the specified position. |
|
![]() |
Unregisters listener so that it will no longer receive ItemListView events. |
|
![]() |
Sets a value indicating whether to allow deletion of list items by pressing Del. |
|
![]() |
Sets the maximum distance within which a link will attempt to auto-connect to a nearby node. |
|
![]() |
Sets a value indicating whether links should be automatically connected to nearby nodes when dropped from the ItemListView. |
|
![]() |
Sets the horizontal and vertical margins around the items. |
|
![]() |
Sets the size of the items displayed in the list. |
|
![]() |
Sets the unit of measure used when drawing items. |
|
![]() |
Sets the default size with which items dragged onto a diagram will be created. |
|
![]() |
Sets a value specifying whether to show text labels along with icons for each list item. |
Protected Methods| Name | Description | |
|---|---|---|
![]() |
|
|
![]() |
|
|
![]() |
Overloaded. |
|
![]() |
|
See Also