zhouchaoyuan
zhouchaoyuan
I think I met the same issue. the XAML file:  the collection's item:  the collection would be large.
Thank you so much~ @benruehl
why not try to support ToolBar
暂时没有做上拉加载,关闭监听肯定不会有progress显示的(使用adapter. disableFooter();和adapter. disableHeader();),监听一整行目前不支持,但是可以实现。
监听一行就对一行的view设置监听就行了,具体你可能需要看一下逻辑了。
不支持哦
It can not be done with the current excelPanel. It is difficult to make it.
Looking forward to your code realy.
progressBar 是可是设置是否显示的,通过adapter设置,如下: ```java adapter.enableFooter();//load more, you can also call disableFooter()----default adapter.enableHeader();//load history, you can also call disableHeader()----default ``` 至于第二个问题能否录制一个gif图
我的demo是套在ViewPager里面的,你看一下是不是这里的问题