This version of Unity is unsupported.

BaseListView.makeFooter

public Func<VisualElement> makeFooter;

Description

This callback allows the user to make their own footer for this control.

Setting this callback will override the showAddRemoveFooter property.