expandablelistview
ExpandableListView does not append the childs [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-04-12 23:21 分类:问答Using a ScrollView on RelativeLayout that contains an ExpandableListView
I\'ve got this RelativeLayout I am using: <?xml version=\"1.0\" encoding=\"utf-8\"?> <RelativeLayout[详细]
2023-04-12 22:45 分类:问答Change Text Color in ExpandedListView, when list is expanded
I have a expandedlistview and I开发者_开发百科 want to change the textcolor of group when the particular group is expanded. I tried many things but not able to find solution.Please let me know if ther[详细]
2023-04-12 19:34 分类:问答Android - cannot refresh ExpendableListView, it freezes
I have an ExpandableListView in which if I add some Groups during onCreate() of the activity, it\'s fine, but if I try to add Groups later on and then do notifyDataSetChanged() the ExpandableListView[详细]
2023-04-12 18:19 分类:问答Android - extending setOnGroupExpandListener method
I am using an ExpandableListView. It works fine, but I want to add an OnGroupExpandListener; The problem is if I override it, the \'basic\' default behaviour for that is overridden as well. I basicall[详细]
2023-04-12 10:58 分类:问答Android - Thumb of fastscroll in expandablelistview doesnt scroll list correctly
i am using an expandablelistview to show a list of groups containing different counts of children. sometimes the list is very long, so i wanted to enable fastscroll. i did this and everything is worki[详细]
2023-04-08 09:26 分类:问答Issue with editing edittext in ExpandableListView
I have 3 group containing 3 child which has EditText , when I click on EditText the software keyboard pop\'s out, at that time the expandable list is redrawn[详细]
2023-04-07 07:08 分类:问答Expandable List Android Black background while scrolling
I\'m struggling with the ExpandableList View in Android. I\'m using the code provided in the apis demo but I don\'t know how to solve my problem.[详细]
2023-04-06 22:27 分类:问答Handling Empty List in ExpandableListView in android
I am trying to create multiple categories in an activity which extends Expand开发者_JAVA技巧ableListActivity. Now some of the categories have items and some dont. but when I click on the EmptyList one[详细]
2023-04-04 18:43 分类:问答expandableList problem
I\'m trying to build expandableList with SimpleCursorTreeAdapter but my list does not make groups, it repeats ever开发者_StackOverflow中文版y child element as group element.[详细]
2023-04-04 17:33 分类:问答