# resizable

> Indicates whether the columns can be resized interactively by user.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.5/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public bool resizable { get; set; }
```

### Remarks

The resize behaviour of a specific column in the column collection can be specified by setting [\_resizable](/engine/6000.5/script-reference/unityengine/uielements/column/resizable.md). A column is effectively resizable if both [\_resizable](/engine/6000.5/script-reference/unityengine/uielements/column/resizable.md) and [\_resizable](/engine/6000.5/script-reference/unityengine/uielements/columns/resizable.md) are both true.
