makeHeader
This callback allows the user to make their own header for this control.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[CreateProperty]public Func<VisualElement> makeHeader { get; set; }
Remarks
Setting this callback will override the BaseListView.showFoldoutHeader and the BaseListView.headerTitle properties.