yyl
2025-11-21 edc6a4fa4c3cba93d94083baed6d8cda8a2cf37f
Main/System/Scroll/ScrollerController.cs
@@ -110,7 +110,7 @@
    }
    // 获取总的Cell数目(含不显示的)
    public int GetNumberOfCells()
    public int GetCellTotalCount()
    {
        return _data.Count;
    }