Version: 2017.1

TreeView.GetFirstAndLastVisibleRows

매뉴얼로 전환
protected void GetFirstAndLastVisibleRows (out int firstRowVisible, out int lastRowVisible);

파라미터

firstRowVisible First row visible.
lastRowVisible Last row visible.

설명

Returns the first and the last indices of the rows that are visible in the scroll view of the TreeView.

See Also: GetRows.