0
votes
1answer
227 views

Diagonal Scrolling rationale [closed]

I m trying to find rationale for implementation of horizontal scrolling on a mobile web browser for a table. The following are the one's I could think of, if you have any other rationale in mind or ...
2
votes
4answers
159 views

When should stepping through a list wrap around?

Given a list of items (messages in an email reader, tracks in a music library, options in a menu) that can be stepped through with arrow keys, when is it appropriate for scrolling to wrap around when ...