不能动态改变行数和列数吗??
lihuanming opened this issue · 3 comments
lihuanming commented
不能动态改变行数和列数吗??
GcsSloop commented
可以的,需要在不滚动时设置,在滚动过程中设置无效。
lihuanming commented
是重写new 一个再set吗?
GcsSloop commented
new 一个,因为动态设置行列数需要重新初始化所有的内部状态数据,暂时还没有直接设置的方法。
lihuanming opened this issue · 3 comments
可以的,需要在不滚动时设置,在滚动过程中设置无效。
是重写new 一个再set吗?
new 一个,因为动态设置行列数需要重新初始化所有的内部状态数据,暂时还没有直接设置的方法。