RecyclerTreeView
RecyclerTreeView copied to clipboard
TreeView implement in Android with RecyclerView.
hi i want to create an Treenode with checkbox childs but setOnCheckedChangeListener not working well! when i check one ore multi checkbox from a parent and scroll to another parent...
I have a RecyclerTreeView in a NestedScrollview. When expand list, the NestedScrollview can not scroll? I did setting `recyclerView.setNestedScrollingEnabled(false);` How to fix it? Thank you :D
displayNodes.remove(positon),删除某一项以后,刷新以后数据再次出现
Android plugin 3.0.1 requires the google() repository in buildscript.
你好,请问如果想在你工程的基础上实现滑动recyclerView时头部(目录节点)悬停的效果,该怎么处理? 能否提供些思路,谢谢。
Migrated the code to AndroidX.
java.lang.ClassCastException: tellh.com.recyclertreeview.viewbinder.FileNodeBinder$ViewHolder cannot be cast to tellh.com.recyclertreeview.viewbinder.DirectoryNodeBinder$ViewHolder
Hi, When a locked node is clicked, the arrow still rotates by 90, resulting in an inconsistent state.
Version 1.2.3 (just as 1.2.1 and 1.2.2) are not available in Jitpack. I now have to work around the bugs fixed since 1.2.0...
I have 3 level of views Parent, Child, Child's of child, How to implement paging in last child list ?!