GetRowRect(int)
Get the rect for a row.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected Rect GetRowRect(int row)
Parameters
Row index.
Returns
Type | Description |
|---|---|
| Rect | Row rect. |
Remarks
This rect is limited to the visible width of the scroll view. If the TreeView is using a MultiColumnHeader then the total width of all the columns can be found by MultiColumnHeaderState.widthOfAllVisibleColumns
Additional Resources: TreeView<TIdentifier>.GetRows().