I notice that the scrollable view will not work very well if it is added to scrollview, since all the event is captured by scrollview first, so i would like to disable the scroll event from scrollview when scrollableview is scrolling in android. Any suggestion?
1 Answer
Hi Dennis
Have you tried using the command scrollView.setTouchEnabled(true/false);?
This will turn on and off the views ability to process touch events.
Your Answer
Think you can help? Login to answer this question!