I have a recycler view but scrolling is disabled on the recycler view . I want to implement a custom scroll bar for that recycler view without considering recycler view scrolling .
Is there a way add a scroll bar separately and programatically control the scroll within the bar based on some action .