# MakeItem()

> Creates a VisualElement to use in the virtualization of the collection view. It will create a cell for every visible column.

## Definition

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

```csharp
public VisualElement MakeItem()
```

### Returns

| Type                                                                                     | Description                  |
| ---------------------------------------------------------------------------------------- | ---------------------------- |
| [VisualElement](/engine/6000.7/script-reference/unityengine/uielements/visualelement.md) | A VisualElement for the row. |
