# stretchMode

> Indicates how the size of columns in this collection is automatically adjusted as other columns or the containing view get resized. The default value is Columns.StretchMode.GrowAndFill

## Definition

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

```csharp
[UxmlAttribute]
public Columns.StretchMode stretchMode { get; set; }
```
