cachapa / ExpandableLayout

An expandable layout container for Android
Apache License 2.0
2.34k stars 273 forks source link

Is this possible to have scrollview inside expandable view layout? #61

Closed Vaishnavi-optisol closed 6 years ago

cachapa commented 6 years ago

Yes, as long as the scrollview has a fixed height (or width for horizontal expandable views).

Closing as this isn't a valid issue with the library.

Vaishnavi-optisol commented 6 years ago

@cachapa : I have some doubts on this. It would be helpful if you share your thoughts.

I have a recyclerview with your expandable layout and pagination integrated.... In my expandable view here also I need to implement pagination concept...

Can I go with another recyclerview as expandable child view or scrollview with fixed height.

Thank you for your help

cachapa commented 6 years ago

Sorry I can't understand the problem just from that description. In any case it seems your issue isn't directly related to ExpandableLayout and this isn't a support forum - you would be better served by directing your question to stack overflow.