makeNoneElement
This callback allows the user to set a Visual Element to replace the "List is empty" Label shown when the ListView is empty.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public Func<VisualElement> makeNoneElement { get; set; }
Remarks
Setting this callback to anything other than will remove the "List is empty" Label.
null