user264953
user264953

Reputation: 1967

Android expandable listview

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

Answers (1)

Trung Nguyen
Trung Nguyen

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

Related Questions