【发布时间】:2015-09-09 22:31:34
【问题描述】:
有没有办法通过触发父级的滚动事件以编程方式滚动到NestedScrollView 的顶部? smoothScrollTo(x, y) 不会将滚动事件委托给 NestedScrollingParent。
【问题讨论】:
-
再澄清一下你的问题,你的意思是说NestedScrollView什么时候在coordinator layout里面?
-
以编程方式滚动到任意点,检查stackoverflow.com/questions/52083678/…
标签: android android-layout android-nestedscrollview