# gridAutoFlow

> Controls how the auto-placement algorithm flows items into a CSS Grid container. Only takes effect when display is set to grid.

## Definition

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

```csharp
StyleEnum<GridAutoFlow> gridAutoFlow { get; set; }
```
