Gets/sets a parent ThumbnailListView control of this item.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Property Parent As ThumbnailListView
ThumbnailListView Parent { get; set; }
Internal architecture of the ThumbnailListView control requires all list item objects to belong not more than to to one control. Incorrect implementation of this property may lead to unpredictable results. You should not return null if the owner control is actually assigned.
Also, if it is necessary to dublicate the item into another ThumbnailListView control, you should clone list item rather than use a reference to it.