Is it possible in Android to create a Listview
and on the right a custom scrollbar so that the scroll for the ListView
would only work if someone presses on the scrollbar area?
So if a person clicks on the first 70% of the width it would select an item in the ListView
, but if they clicked on the right 30% there would be a scrollbar and it would not select any items in the ListView
, but would only scroll the ListView
?
I think a normal listview should be able to do that a.