# Sandbox.UI.BaseVirtualPanel.RemoveAt

```csharp
void RemoveAt(int index)
```

Removes the item at the specified index and marks the panel for rebuild.

### Parameters

- `index` (`int`): The zero-based index of the item to remove.

Declared in [Sandbox.UI.BaseVirtualPanel](/api/Sandbox.UI.BaseVirtualPanel).
Assembly: `Sandbox.Engine`.
