0

I have an HorizontalScrollView in my design, which I populate with a variable number of items. The problem I have is that sometimes I populate it with many items, so the ScrollView shows scroll bars. That's OK, but I would like to check this situation and show a Previous and Next buttons in this case.

How can I do this?

Juan Herrero Diaz
  • 833
  • 1
  • 7
  • 17

1 Answers1

-1

I don't think ScrollView has a scroll listener. Synchronise ScrollView scroll positions - android might help you for creating a custom one.

Community
  • 1
  • 1
Barışcan Kayaoğlu
  • 1,294
  • 3
  • 14
  • 35