0

I am developing custom renderer for android to enable the nested scrolling for a ListView and I'm using Android.Widget.ListView.NestedScrollingEnabled attribute and it works fine but that attribute is added in API level 21 and I am wondering what is equivalent to it in versions before 21?

Ahmed Salah
  • 851
  • 2
  • 10
  • 29

1 Answers1

0

If you check this SO answer on ListView nested scrolling on API<21

It clearly says:

Unfortunately, there is no way to get nested scrolling working on ListView - otherwise it wouldn't require the modifications that were done in API 21.

Also, there is another answer claiming to have a solution so you can check it.

Revert in case of queries

FreakyAli
  • 13,349
  • 3
  • 23
  • 63