In android, setFastScrollEnabled(true);used for fast <scrolling ListView.
This fast scrolling does not work when in ListViewfewer items. I read it somewhere that fast scrolling in android only works when the total list height is 4 times or more than the list view height. I spent hours trying to find it in the source code of the framework, but I can't find it.
Can someone tell me to place it in the source code of the Android framework, where this condition disables fast scrolling when there are fewer elements in the ListView.
source
share