Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public Func<VisualElement> makeNoneElement { get; set; }

Remarks

Setting this callback to anything other than
null
will remove the "List is empty" Label.