Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to send "scroll actions" to the Ui (without using the scrollbar). #642

Closed
mitchmindtree opened this issue Dec 15, 2015 · 0 comments

Comments

@mitchmindtree
Copy link
Contributor

Sometimes a user may want to control the scrolling in ways other than using the scrollbar, i.e:

  • Dragging a widget to the edge of a container may suggest that we want the container to scroll in that direction.
  • A user might want to make a click-and-drag scrolling widget.
  • etc

Once implemented, we might be able to make the scrollbar use this method also.

When tackling this issue, we should also consider #602 as solving this might provide an opportunity to kill two birds with one stone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant