隐藏ExpandableListView的组头

时间:2016-12-01 19:30:46

标签: android android-layout listview expandablelistview expandablelistadapter

我想在ExpandableListView中隐藏grouppPosition处组的组头。如何在Custom ExpandableListAdapter的getGroupView方法中执行此操作。

1 个答案:

答案 0 :(得分:0)

可能会在 CustomExpandableListAdapter 中添加对 ExpandableListView 的引用,而不是:

expandableListView.expandGroup(group_position); // to expand
expandableListView.collapseGroup(group_position); // to collapse