# resizable

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

## Definition

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

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

### Remarks

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