Version: 2021.1
언어: 한국어
protected Rect GetRowRect (int row);

파라미터

row Row index.

반환

Rect Row rect.

설명

Get the rect for a row.

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