florent37 / ExpansionPanel

Android - Expansion panels contain creation flows and allow lightweight editing of an element.
https://material.io/guidelines/components/expansion-panels.html
Apache License 2.0
1.98k stars 239 forks source link

Last item not expandable #42

Open synmatixptyltd opened 6 years ago

synmatixptyltd commented 6 years ago

if no item is expand and click on last item. it expands but i have to scroll. can it works like if i click on last item and auto its expand without scroll?

vinayakmestri commented 5 years ago

I have same issue.

chanicheetah commented 5 years ago

What about this one?

vinayakmestri commented 5 years ago

I had added the expandable items in LinrarLayout which is embeded in scrollview. Now problem is when i click on last expansion header in LinearLayout. it should slide up and show the items for that expansion header. It does not slide. User manually has to scroll down to see items.