ScrollView with FastScrollEnabled Feature

rtesluk

Member
Licensed User
Longtime User
Aug 10 2012
04:00 Hours

Is there a way to use Scrollview like Listview that has a member FastScrollEnabled; that is,

Scrollview with FastScrollEnabled?

I want to be able to scroll up/down the Scrollview view quickly, especially with long documents.

The scrollview view has a LITTLE tab on the RIGHT side, but it is difficult to get at it.

Ray Tesluk :sign0163:
 

rtesluk

Member
Licensed User
Longtime User
The FastScroll Class Does Not Work

Aug 11 2012
04:20 Hours

Thanks Erel for pointing me to this project which has two classes - FastScroll and InputSlider.

I only get a fleeting glimpse of the bitmap tab on the RIGHT side so I cannot tap and grab it to pull it up and down.

The fleeting icon can be only be visible on the emulator and not on my LG P500h smart phone with Android Version 2.2.1

With a ListView view with FastScrollEnabled = True, I can see the silver tab on the RIGHT and tap and hold it to pull it up and down.

Ray :confused:
 
Upvote 0
Top