I have a custom view that extends AbsListView. I want to be able to display the scrollbar to give users a sense of position within a list, but disable users from being able to use the scrollbar to scroll. I have been able to display the scrollbar properly, but can not figure out how to disable the scrollbar from being usable/touchable. Any suggestions?
To be clear, I do not want to disable scrolling in general, I want to disable scrolling through use of the scrollbar, YET still show the scrollbar when the view is scrolled by other means.