# minimumHeight

> This height is the minium height the header can have and can only be used if sorting is disabled.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.5/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static float minimumHeight { get; }
```

### Remarks

If sorting is enabled with MultiColumnHeader.canSort = true, then [MultiColumnHeader.DefaultGUI.defaultHeight](/engine/6000.5/script-reference/unityeditor/imgui/controls/multicolumnheader/defaultgui/defaultheight.md) and larger can be used.

Additional Resources: [MultiColumnHeader.DefaultGUI.defaultHeight](/engine/6000.5/script-reference/unityeditor/imgui/controls/multicolumnheader/defaultgui/defaultheight.md).
