Version: 2022.3
言語: 日本語

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.

関連項目: GetRows.