When the group is consumed, automatically scrolls to the last child
I have an application with ExpandableListView
. When the child list is longer than the screen, the list is first shown as scrollable to the bottom / image 1 /. How can I get it to expand the list that opens at the beginning of the list and not the end / image 2 /.
This happens when the previous group collapses.
collapseGroup(previousGroup);
+3
source to share