Manikandan
Manikandan

Reputation: 11

Android Customized ListView

I am having a Srollview in for my entire layout.In that i added a listview.when i scrolling the page ,tha page scrolls normally,but when it reaches listview listview only scrolls how to overcome this problem.

Please any one can suggest the answer.

I am looking that when i scroll the listview the whole page gets scrolled.

Upvotes: 0

Views: 211

Answers (1)

benvd
benvd

Reputation: 5784

I don't know what it is exactly that you want, but never put a ListView inside a ScrollView! ListView does its own scrolling.

Upvotes: 1

Related Questions