cachapa / ExpandableLayout

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

Maximum height for expandable layout #57

Closed Nidhipiedistrict closed 4 years ago

Nidhipiedistrict commented 6 years ago

How to set maximum height in expandable layout ? , is it possible?

cachapa commented 6 years ago

I don't understand the question. The expandable layout will grow to the height of it's child layout, so the maximum height is whatever you specify there.

mgood7123 commented 4 years ago

he probably means for example, setting the ExpandableLayout inside a scrollView of a specified max height such that you can expand and scroll

cachapa commented 4 years ago

The expandable layout's max height is the max height of its child. I don't see why that wouldn't work in a scrollview.