简体   繁体   中英

Expandable ListView inside 4_level expandable listview

I would like to know if it is possible to put an Expandable ListView as one child of one element of another Expandable ListView like that i want 4_level of expandable listview. Thanks

检查此github存储库以获取n级可扩展listview: Polidea treeview

Yes it is possible. You need to implement child expandableListView in its parent's adapter. Check out this example: https://stackoverflow.com/a/20609153/2065418

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM