Version: 2020.2
LanguageEnglish
  • C#

TreeView.GetCellRectForTreeFoldouts

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

protected Rect GetCellRectForTreeFoldouts(Rect rowRect);

Parameters

rowRect Rect for a row.

Returns

Rect Cell rect in a multi column setup.

Description

Utility for multi column setups. This method will clip the input rowRect against the column rect defined by columnIndexForTreeFoldouts to get the cell rect where the the foldout arrows appear.

See Also: MultiColumnHeader.