I use one linearLayout and put 3 listview in that. I want to scroll whole the view which have 3 listview. when i do this with the fix height and width of every listview whole view is scroll smoothly. but when i make the height and width of listView as wrap_content that whole view is not scroll and i need the listview with wrap_content.
Please give the solution or suggestion for this.