Version: 2017.2

TreeView.GetFirstAndLastVisibleRows

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

Parámetros

firstRowVisible First row visible.
lastRowVisible Last 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.