You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this code snippet I am using ScrollView (with yellow rectangle inside) embedded in the parent ScrollView (with red rectangle)
When mouse cursor is over nested yellow ScrollView I can scroll with mouse wheel from top to bottom viewport boundaries.
The questions is:
Is it possible to propagate a scroll event from an internal ScrollView to an external one when the mouse is over the nested ScrollView and I reach the internal viewport boundaries while scrolling?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
In this code snippet I am using ScrollView (with yellow rectangle inside) embedded in the parent ScrollView (with red rectangle)
When mouse cursor is over nested yellow ScrollView I can scroll with mouse wheel from top to bottom viewport boundaries.
The questions is:
Is it possible to propagate a scroll event from an internal ScrollView to an external one when the mouse is over the nested ScrollView and I reach the internal viewport boundaries while scrolling?
Browsers usually support this kind of behaviour.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions