FastScrollEnabled on ScrollView ?

jnbarban

Member
Licensed User
Longtime User
Hi, do you know if it's possible to set a "FastScrollEnabled" to a scrollview ( like a listview") ?


If not, how i can create a scrollbar for scrollview ? ( if it's possible)


Thanks
 

kickaha

Well-Known Member
Licensed User
Longtime User
What Erel means is that the android scrollview does not support fastscroll, and he is keeping his views behaviour to that of native android views, this being the correct approach to writing a robust compiler.

So the solution is, add it ourselves. Should be easy actually.

As it is easy, stop bleating and do it then!
 
Upvote 0
Top