如何正确滚动嵌套滚动视图?

时间:2018-08-20 16:06:47

标签: android android-coordinatorlayout android-appbarlayout android-nestedscrollview

如何正确滚动到nestedscrollview中坐标布局内的某个位置?当我使用scrollTo()时,当我滚动到NestedScrollView的末尾并返回顶部时,AppBarLayout中的视图似乎失去了向下滚动的能力。我需要知道的是如何以编程方式滚动到nestedscrollview中的某个位置,而不会导致折叠布局的正常行为出现问题。

问题与这篇文章中提到的类似:

The Coordinator layout doesn't Scroll up for a specific position

上面的问题附有一个Gif:

https://i.stack.imgur.com/uSGfX.gif

我已经尝试了以上链接中的解决方案,但无法正常工作。

0 个答案:

没有答案