# stretchable

> Indicates whether the column will be automatically resized to fill the available space within its container.

## Definition

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

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