ExpandableListViewGroupPosition?

I have implemented ExpandedListView. I have 2 questions for this

  • When I expand and scroll the child element, the group header also scrolls, is there a way to keep the group heading on top even if we scroll the list of children?

  • Is there a way to set the ExpandableListView (before the children appear) on the phone screen, right now at the bottom of the space bar?

+3
source share
2 answers

For your first question:

, , , . Lingleayout 4 4 , , , , , .

, ?

0

1. , , , ?

, ExpandableListView Header () . Child, .

2. ExpandableListView ( ) , ?

ExpandableListView, , , . .

0

All Articles