A base class for UI controls, which serve as a container for a list of items.
The following tables list the members exposed by the ListContainer type.
Name | Description | |
---|---|---|
Initializes a new instance of the ListContainer class. |
Name | Description | |
---|---|---|
Gets or sets the ListItem instance that can be dropped. |
||
Gets or sets whether drag and drop capabilities are enabled. |
||
Gets or sets whether the ListContainer control can be used as a drop target. |
||
Gets or sets whether users are allowed to select more than one item at a time. |
||
Gets a reference to the container's content element. |
||
Gets the collection of ListItem-s. |
||
Gets or sets the size of the list items. |
||
Gets or sets a value indicating how list items are arranged. |
||
Gets the collection of selected items. |
Name | Description | |
---|---|---|
Control.attach override. |
||
Deselects an item. |
||
Control.detach override. |
||
Deserializes items from a JSON string. |
||
Loads items from a data object. |
||
Gets the item at the specified point. |
||
Raises the itemDragEnd event. |
||
Selects a ListItem. |
||
Serializes the ListItem-s to a JSON string. |
Name | Description | |
---|---|---|
Raised when an item is dropped onto the control. |
||
Raised when an item is dragged over the control. |
||
Raised when an item is clicked. |
||
Raised when an item is double-clicked. |
||
Raised when an item is dragged. |
||
Raised when a drag operation on an item is finished. |
||
Raised when a drag operation on an item is started. |
||
Raised when an item is being drawn. |
||
Raised when a drop operation is finished. |
||
Raised when a mousedown event occurs in an item's element. |
||
Raised when a mouseenter event occurs in an item's element. |
||
Raised when a mouseleave event occurs in an item's element. |
||
Raised when the items collection is changed. |
||
Raised when the items collection is changing. |
||
Raised when the selection collection is changed. |
||
Raised when the selection collection is changing. |