Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


makeHeader

This callback allows the user to make their own header for this control.
Read time 1 minuteLast updated 6 days ago

Definition

[CreateProperty]public Func<VisualElement> makeHeader { get; set; }

Remarks

Setting this callback will override the BaseListView.showFoldoutHeader and the BaseListView.headerTitle properties.