I have a ExpandableListView and I want to put max size for childView and if I have more content in childView that to be available with a scroll.
The question is if I have in childView 5 items how I can set max size for childView to see only 3 rows and rows 4 and 5 to by visible only if I scroll down?