2

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

McMillan Cheng
  • 382
  • 1
  • 6
  • 20
user264953
  • 1,837
  • 8
  • 37
  • 63

1 Answers1

1

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 .

Community
  • 1
  • 1
Trung Nguyen
  • 7,442
  • 2
  • 45
  • 87