TreeView.GetFirstAndLastVisibleRows

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

파라미터

firstRowVisibleFirst row visible.
lastRowVisibleLast 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.