Top "Expandablelistview" questions

ExpandableListView is a standard Android widget that shows items in a vertically scrolling two-level list.

how to create Expandable Table view like Tree Structure in ios

hi every one i need a expandable table view for my data, Is it Possible to create like this in …

ios objective-c swift uitableview expandablelistview
How to check if group is expanded or collapsed in Android ExpandableListView?

I'm looking for an api like isExpanded() or isCollapsed() that tell me if a group is expanded or collapsed.

android expandablelistview collapse expand expandablelistadapter
how to call notifyDataSetChanged for custom ExpandableListView?

i'm trying to call notifyDataSetChanged for my custom ExpandableListView. what happens is for my child list, it shows the files …

android expandablelistview expandablelistadapter
How to create a dropdown within a Navigation Drawer (in Android)?

I would like to be a able to create a Navigation Drawer that has some expandable, selectable items, and some …

android android-fragments expandablelistview navigation-drawer
animating the childs of an expandablelistview when collapsing/expanding

I'm trying to animate my child views in an expandablelistview. I would like the child view to slide down from …

android animation expandablelistview
How to make expandablelistview with default expand/collapse icon indicator at right?

I am developing an android app with design. http://prntscr.com/86wnmm Here the default icon indicator of exapandablelistview is …

android expandablelistview indicator
ExpandableListview OnGroupClickListener Not Firing

I'm following this: Programmatically collapse a group in ExpandableListView. I want the user capable to expand only one group at …

android expandablelistview onclicklistener expandablelistadapter
Pinned groups in ExpandableListView

Is there a standard way to pin group item to the top of screen while scrolling group's items. I saw …

android expandablelistview
Android - NestedScrollView which contains ExpandableListView doesn't scroll when expanded

I have an ExpandableListView inside a NestedScrollView (yes I know, it is not good to have a scrolling view inside …

android expandablelistview android-nestedscrollview
Expandable list view move group icon indicator to right in jellyBean 4.3 version?

The below method is not working in android version jellybean 4.3. historyExpaLV.setIndicatorBounds(historyExpaLV.getRight() - 60, historyExpaLV.getWidth() - 8); Does anyone …

android expandablelistview android-4.3-jelly-bean