简体   繁体   中英

Listview on android, scroll only with scrollbar

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 ?

我认为普通的列表视图应该能够做到这一点。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM