alibaba / vlayout

Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layouts in the same recyclerview.
http://tangram.pingguohe.net/
MIT License
10.8k stars 1.79k forks source link

fix(setNoScrolling): 解决VirtualLayoutManager.setNoScrolling(让recyclerView绘制所有item)不生效,并且无限循环onMeasure问题 #507

Open hcanyz opened 4 years ago

hcanyz commented 4 years ago

~

debughao commented 4 years ago

的确遇到setNoScrolling(true) 无限循环layout的问题

hcanyz commented 4 years ago

的确遇到setNoScrolling(true) 无限循环layout的问题

按PR改下可以解决这个问题,但是VLayout在渲染过程处理的东西比较多,性能不是很好。

另外setNoScrolling(true)后就不能使用 FixLayoutHelper、FloatLayoutHelper、StickyLayoutHelper了。

这个库貌似不怎么维护了,可以考虑下官方的 ConcatAdapter