0
是否可以通過在其ChildItem
內按下按鈕來摺疊ExpandableListView
或ExpandableListAdapter
的GroupItem
?Collapsing ExpandableListView GroupItem按鈕在ChildItem內單擊
我想實現的是:
我正在由一個ExpandableListAdapter
(延伸BaseExpandableListAdapter
)
美聯儲內部的ExpandableListAdapter
的getChildView()
方法的ExpandableListView
,我打電話按鈕(插入子項目佈局xml中),一旦用戶完成閱讀,我想使用它關閉該特定的GroupItem
。
感謝Gabe。這是我想要實現的,但我無法在ExpandableListAdapter的getChildView()方法中獲得ExpandableListView實例。你能否詳細說明一下。 –
將它傳遞給構造函數中的適配器,將其保存在一個成員變量中,然後您可以在任何地方使用它 –
謝謝.... –