Is there a way to always show the vertical scroll bar of the ListView
?
Make sure overflow is set to "scroll" not "auto." With that said, in OS X Lion, overflow set to "scroll" behaves more like auto in that scrollbars will still only show when being used.
ListView itself is scrollable.
By default, a scroll bar will appear when the content is too long. Page authors can override this in a number of ways, for example: overflow-y: hidden => cut off content that is too long. overflow-y: scroll => always show a scroll bar even when it's not needed.
Sure, it is possible. Try View.setScrollbarFadingEnabled.
There is actually a very easy way to do this using following property in xml
file.
android:fadeScrollbars="false"
This will solve the problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With