# rowRect

> Row rect for the current row being handled.

## Definition

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

```csharp
public Rect rowRect
```

### Remarks

This rect is limited to the visible width of the scroll view. If the TreeView is using a [MultiColumnHeader](/engine/6000.5/script-reference/unityeditor/imgui/controls/multicolumnheader.md) then the total width of all the columns can be found by [MultiColumnHeaderState.widthOfAllVisibleColumns](/engine/6000.5/script-reference/unityeditor/imgui/controls/multicolumnheaderstate/widthofallvisiblecolumns.md).

Additional Resources: GetRowRect.
