-
How do I add an onscroll method? Environment
Issue SummaryI can't figure out how to add an onScroll method to the scrollbar |
Beta Was this translation helpful? Give feedback.
Answered by
idiotWu
Apr 22, 2020
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
idiotWu
-
There is no scrollbar. So instead I checked when the position of the changed when I scrolled and that worked fine. Can you make something like that a feature?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try
scrollbar.addListener()
.