Reputation: 1967
in an android expandable listview, i need to make thechildren displayed, only on pressing the expand collapse nodes..ie; i do notwant to show the children on pressing the row of the expandable listview..how can i accomplish it?
Regards, Rony
Upvotes: 2
Views: 1193
Reputation: 7532
I guess you want the expandable listview always expand without click group? You can check this question How to keep ExpandableListView in expanded status? and Expandable ListView .
Upvotes: 1