# Sandbox.UI.BaseVirtualPanel.OnCreateCell

```csharp
System.Action<Panel,object> OnCreateCell { get; set; }
```

Called when a cell is created. Allows you to fill the cell in

Declared in [Sandbox.UI.BaseVirtualPanel](/api/Sandbox.UI.BaseVirtualPanel).
Assembly: `Sandbox.Engine`.
