I have a custom GridView inside a ScrollView. I used this example :
It works fine now !
But what I want, is to make ONLY the GridView scrolling and disable the scroll of the parent ScrollView. I tried with this example :
ListView inside ScrollView is not scrolling on Android
But it's not working at all.
How can I do that please ?