2

I have a ScrollView (and HorizontalScrollView also), with some content on then.

I need to enable these views to bounces the content if the user try to pass beyond the limit of the scrollable content. How I do that?

Marcos Vasconcelos
  • 18,136
  • 30
  • 106
  • 167

2 Answers2

4

In API Level 9 there is ScrollView.setOverScrollMode().

Dan S
  • 9,139
  • 3
  • 37
  • 48
0

http://www.techhui.com/group/android/forum/topics/support-bounce-property-for this guy seems to have made a custom horizontalscrollview that has the bouncing behavior.

Kevin Qiu
  • 1,616
  • 1
  • 13
  • 15