AbnerMing888 / HarmonyOsRefresh

HarmonyOsRefresh是一个鸿蒙版的刷新组件,超简单使用,支持下拉刷新和上拉加载,支持各种组件,List、Grid、Column、Row……
Apache License 2.0
172 stars 23 forks source link

你好请问一下,这个分组的列表中itemGroupIndexLayout具体是怎样使用呢,然后就是listAttribute属性中onScrollIndex回调都是0 #150

Open xuejinzhuc opened 2 months ago

xuejinzhuc commented 2 months ago

731725432144_ pic

AbnerMing888 commented 2 months ago

listAttribute属性中onScrollIndex回调都是0这个问题,是因为默认没有设置高度导致的,你可以设置高度后在测试。系统的列表不设置高度,这个方法也是有问题的。

AbnerMing888 commented 2 months ago

itemGroupIndexLayout: this.itemGroupIndexLayout, //内容视图

@Builder itemGroupIndexLayout(item: Object, index: number, groupIndex: number) { }