This version of Unity is unsupported.
Method group is Obsolete

BaseVerticalCollectionView.destroyItem

Obsolete makeItem has been moved to ListView and TreeView. Use these ones instead. public Action<VisualElement> destroyItem;

Description

Callback invoked when a VisualElement created via makeItem is no longer needed and will be destroyed.