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