# flexGrow

> Specifies how the item will grow relative to the rest of the flexible items inside the same container.

## Definition

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

```csharp
StyleFloat flexGrow { get; set; }
```
