# makeNoneElement

> This callback allows the user to set a Visual Element to replace the "List is empty" Label shown when the ListView is empty.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

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

### Remarks

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