how to expand and collapse all item at once?
Opened this issue · 3 comments
In your code . you are expanding item on click of adapter item . I've tried by expanding all item in for loop . but as adapter doesn't have all detail available before clicking on it . i can't expand all items from top view . is there any work around for that ?
In your code . you are expanding item on click of adapter item . I've tried by expanding all item in for loop . but as adapter doesn't have all detail available before clicking on it . i can't expand all items from top view . is there any work around for that ?
There is no handle for that now. Let me add this feature ASAP.
Thanks for the info . waiting for update
Why don't you implement the same functionality in the RecyclerView? I have planning to change to RV and I can see more logical changes also should change.