TreeView.GetFirstAndLastVisibleRows

Cambiar al Manual
protected void GetFirstAndLastVisibleRows (out int firstRowVisible, out int lastRowVisible);

Parámetros

firstRowVisibleFirst row visible.
lastRowVisibleLast row visible.

Descripción

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

See Also: GetRows.