Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.