# Editor.PanelWindow.Resizable

```csharp
bool Resizable { get; set; }
```

Whether the user can resize the window by its edges. Off makes the size whatever code says.

Declared in [Editor.PanelWindow](/api/Editor.PanelWindow).
Assembly: `Sandbox.Tools`.
