I have a jListView control with thousands of items, and it works fine, but it takes a lot of time to scroll with swiping motions.
A sort of scroll bar appears on the right, but it's very thin, and the thumb is also very short (because there are many items).
When I try to tap on that tiny scroll bar nothing happens, the list gets selected instead. I don't know if that is because the scroll bar thumb is too small of a target for a tap, or because that scroll bar is not supposed to be used actively and it is only used to show the current position within the list.
So, does anyone know that?
1. Is it supposed to be possible to scroll long lists with the scroll bar?
2. If so, how to make the scroll bar thumb bigger, so it can be actually tapped and dragged?
Thanks!