# Sandbox.UI.Panel.MoveAfterSibling

```csharp
void MoveAfterSibling(Panel previousSibling)
```

Move this panel to be after the given sibling.

### Parameters

- `previousSibling` (`Panel`)

Declared in [Sandbox.UI.Panel](/api/Sandbox.UI.Panel).
Assembly: `Sandbox.Engine`.
