This interface should be implemented by any list item object.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Interface IListItem
public interface IListItem
In the current implementation of the Aurigma.GraphicsMill.WinControls the only one class implements this inteface - ThumbnailListItem. It represents file system objects as list items.
Internal architecture of the ThumbnailListView control does not allow to share list items. One list item can be displayed only in one ThumbnailListView control. If you need to put the item from one ThumbnailListView control to another one, you should clone it. The Parent property enables you to verify whether the item already belongs to some control and get access to this control. Incorrect implementation of this property may lead to unpredictable results.