# resizable

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

## Definition

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

```csharp
[UxmlAttribute]
public bool resizable { get; set; }
```

### Remarks

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