xmuSistone / VegaLayoutManager

√A customized LayoutManager - fade and shrink the head itemView when scrolling.
1.85k stars 232 forks source link

出现You must override smoothScrollToPosition to support smooth scrolling #27

Open 1009256707 opened 6 years ago

1009256707 commented 6 years ago

,使用recycler_view.smoothScrollToPosition(0) 出现以下错误如何解决。 You must override smoothScrollToPosition to support smooth scrolling

FaridLU commented 6 years ago

thanks a lot

kavathiyamahesh commented 6 years ago

Not working for me, @FaridBD @1009256707 Can you please guide me for the same? Thanks

kavathiyamahesh commented 6 years ago

For extend class Use LinearLayoutManager instead RecyclerView.LayoutManager() in VegaLayoutManager file.

recyclerView.smoothScrollToPosition(0) //Working fine for me

Thanks