# Sandbox.UI.BaseVirtualPanel.Items

```csharp
IEnumerable<object> Items { get; set; }
```

Replaces the current items. Only triggers a rebuild if the sequence is actually different.
When set to an IList (like List<T>), changes to the source list will be automatically detected.

Declared in [Sandbox.UI.BaseVirtualPanel](/api/Sandbox.UI.BaseVirtualPanel).
Assembly: `Sandbox.Engine`.
