Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TreeView.RowGUIArgs.rowRect

public Rect rowRect;

Description

Row rect for the current row being handled.

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.

See Also: GetRowRect.