Control the Scroll

Bill Norris

Active Member
Licensed User
Longtime User
My scrollview contains about 50 rows, displaying 10 rows at a time. I want the "fast scroll" to stop at the next 10 rows in the list when user swipes, rather than free-wheeling, but still have the ability to "slow scroll" one row at time. Anyone have any thoughts on that?
 

specci48

Well-Known Member
Licensed User
Longtime User
Business Calendar works like that within the appointments view.
You can scroll "slow" as you like and a "fast" scroll stops every week ahead.

I got pretty quick familiar with it. But I think this feature should only be used, if the amount of "rows" until the next automatic stop is easily recognised (e.g. one week, or a common block of rows). If not, the user might get cofused.


specci48
 
Upvote 0
Top