How to disable and enable the scrolling on android ScrollView?
I am a android developer.I also want to use a ScrollView.This ScrollView
need to some time disable scrolling and Some time enable scrolling .But i
can no able to disable the scrolling .How to i implement it .Please help
to me.I also try to use the some code such a s
fullparentscrolling.setHorizontalFadingEdgeEnabled(false);
fullparentscrolling.setVerticalFadingEdgeEnabled(false);
or
fullparentscrolling.setEnabled(false);
But it does not work.
No comments:
Post a Comment