Expandable Height Gridview Inside Scrollview
i am using Expandableheightgrideview inside Scroll view, my problem is when i try to add content in gridview, the content is not expand properly, its displaying 2 scroll bar when
Solution 1:
The Answer is here Problems with GridView inside ScrollView in android
I used ExpandableHeightGridView.java of gitHub and works https://gist.github.com/sakurabird/6868765
Post a Comment for "Expandable Height Gridview Inside Scrollview"