-
Notifications
You must be signed in to change notification settings - Fork 137
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
Scrollable controls #25
Comments
I think there's a lot to discuss here...here's the three things I can think of:
|
Re: appearance, perhaps this?
|
We already have a |
There is a naive implementation of a scrolling list in the scrollbar examples: Line 136 in 6c8a084
|
I noticed that -- I've been using it as a starting point and things are going pretty well. I'm making my version accept any T instead of just strings, and reusing labels kinda like Android does because adding/removing labels was causing the UI to chug a bit. |
This sounds great. There is one problem with the |
Seems like on clicking the scrollbar, you could add a mousedrag handler to the screen/view/root that uses capture/bubble to track movement, then on mouseup release the handler and itself (the mouseup handler). Can we split this off into a separate issue? |
Yep, do you want to do it? |
I'll probably pick it up (#374) once a few of my other PRs get merged. |
I'm looking at the other PRs right now. |
No description provided.
The text was updated successfully, but these errors were encountered: