How to change a property fastScrollEnabled of RecyclerView programmatically?

242 Views Asked by At

In Android since API level 26 we can easily enable fast scrolling for RecyclerView. But all the examples found show only the use of 'fastScrollEnabled' property in the XML-layout.

How to change this property programmatically?

0

There are 0 best solutions below