ScrollView in a ScrollView

jnbarban

Member
Licensed User
Longtime User
Hello,

I have any problem :
I have a ScrollView in an other ScrollView and the internal ScrollView don't scroll.
When I remove the parent ScrollView, the internal ScrollView scroll.

How can I fix this problem ?

Thanks
 

LucaMs

Expert
Licensed User
Longtime User
Putting a scrollable view inside another scrollable view is not recommended. It will be difficult for the user to scroll the "correct" one.
Do you think is it possible to disable the touch listener of the parent scrollview's internal panel when you touch the child scrollview?
uhm... but then, WHERE to reset it? A lostfocus (parent scrollview) would be needed (or detecting action_up gesture?).

Not so useful post :) (just a few ideas).
 
Top