Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


rowRect

Row rect for the current row being handled.
Read time 1 minuteLast updated 10 days ago

Definition

public Rect rowRect

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: GetRowRect.