0

Is there a way to hide the scrolling features(scrollbar, top and bottom effects) of a ScrollView if there is no overflow, but the user still drags the view?

1 Answers1

0

Disable scrolling on the ScrollView (since its not needed)

Here's an example:

How to disable ScrollView scrolling?

Even though that does seem like a lot of work. Maybe you could just layer a transparent view on top of the scrollView to block the touches (I've done something like this in the past)

Community
  • 1
  • 1
MobileMon
  • 8,341
  • 5
  • 56
  • 75