別のExpandableListViewの1つの要素の1つの子としてExpandableListViewを配置できるかどうかを知りたいと思います。おかげでExpandableListView inside ExpandableListView
9
A
答えて
6
yes.Itを試してみて、他のExpandableListView の子として1 ExpandableListViewを置くことができます。
次のリンクに従ってください.3_levelの展開可能なリストビューを示します。
http://mylifewithandroid.blogspot.com/2011/02/3-level-expandable-lists.html
-1
はい、間違いなく我々は、拡張可能なリストビュー内の拡張可能なリストビューを作成することが可能である。このlink
0
私は個人的に拡張可能なリスト操作を処理するために、このような状況とそのほとんど不可能を試してみました。 2番目の展開可能なリストビューを最初の子ビューのビューに配置すると、2番目のビューは展開時に最初のビューを開くことができません。 (ルートELVのサイズが変更されません)また、子ELVがあまりにも多くの子供を持っている場合、それは信じられないほど遅く開きます。
このような解決策を見つけようとすると、あきらめます。私が見つけた唯一の方法は、リストビューのように動作するリストビューを実装することです。これは今までに見つけて実装した最高のソリューションです。 This is the link.
無限レベルとしてネストして実装できます。
関連する問題
- 1. EditTexts inside ExpandableListView
- 2. ExpandableListView、OnChildClickListener
- 3. アンドロイド:ExpandableListView
- 4. ExpandableListView onGroupLongClick
- 5. clear ExpandableListView
- 6. ExpandableListViewとNavigationDrawer
- 7. LayoutInflater and ExpandableListView
- 8. Android ExpandableListView GroupIndicator gravity
- 9. ExpandableListViewの問題
- 10. ExpandableListView sqliteエラー
- 11. Scrollview of Expandablelistview
- 12. ExpandableListViewモノラル用
- 13. 3レベルExpandableListView Android
- 14. ExpandableListView with EditText
- 15. Android Navigation Drawer ExpandableListView
- 16. ExpandableListViewのチェックボックス
- 17. ExpandableListViewの下TabHost
- 18. ListView内のExpandableListView
- 19. ExpandableListViewのActionListener
- 20. ExpandableListViewスワッピングの問題
- 21. Android ExpandableListViewとSQLiteデータベース
- 22. ExpandableListViewアダプタリスト<object>
- 23. ExpandableListViewグループのAndroid LongClickListener
- 24. Android ExpandableListViewデータベースから
- 25. Android ExpandableListView親のボタン
- 26. Android ExpandableListView ChildViewのCheckBox
- 27. ExpandableListViewの検索バー
- 28. Android ExpandableListViewの高さ
- 29. JSON配列でExpandableListView
- 30. ExpandableListViewによるエスプレッソテスト
listception .... – moonlightcheese