我想在ExpandableListView中隐藏grouppPosition
处组的组头。如何在Custom ExpandableListAdapter的getGroupView方法中执行此操作。
答案 0 :(得分:0)
可能会在 CustomExpandableListAdapter 中添加对 ExpandableListView 的引用,而不是:
expandableListView.expandGroup(group_position); // to expand
expandableListView.collapseGroup(group_position); // to collapse