Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetFirstAndLastVisibleRows(out int, out int)

Returns the first and the last indices of the rows that are visible in the scroll view of the TreeView.
Read time 1 minuteLast updated 10 days ago

Definition

GetFirstAndLastVisibleRows(int, int)

protected void GetFirstAndLastVisibleRows(out int firstRowVisible, out int lastRowVisible)

Parameters

firstRowVisible

First row visible.

lastRowVisible

Last row visible.

Remarks

Additional Resources: TreeView<TIdentifier>.GetRows().