tjerkw / Android-SlideExpandableListView

A better ExpandableListView, with animated expandable views for each list item
Apache License 2.0
1.98k stars 741 forks source link

Receive the parent view on onExpand and onCollapse #109

Closed MarcoMirisola closed 5 years ago

MarcoMirisola commented 8 years ago

Hi, is it possible to receive the parent view (not only the expanded view) on the onExpand(View itemView, int position) and onCollapse(View itemView, int position)?