This version of Unity is unsupported.
Method group is Obsolete

BaseVerticalCollectionView.makeItem

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

Description

Callback for constructing the VisualElement that is the template for each recycled and re-bound element in the list.