ZForge.Controls.TreeViewAdv.Tree.FixedRowHeightLayout.GetFirstRow C# (CSharp) Method

GetFirstRow() public method

public GetFirstRow ( int lastPageRow ) : int
lastPageRow int
return int
        public int GetFirstRow(int lastPageRow)
        {
            return Math.Max(0, lastPageRow - PageRowCount + 1);
        }