Replies: 2 comments
-
Perhaps it would be sensible to disable "drag to scroll" on non-touch devices. Still: if you fill a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! Calling Ui::interact() with Sense::drag(), I can let ScrollArea ignore the scrolling by dragging. |
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
-
Hi, current ScrollArea responds the dragging that scroll its content. This is reasonable for touch devices but for Desktop application (using mice), it is typically an action for area selection (drawing dashed box) or moving objects around within the ScrollArea. The current scrolling_enabled is effective both dragging scroll and scrollbars. I suggest to add a property to enable/disable scroll by dragging. Or add some kind of flavor that expresses if the device is touch device.
Beta Was this translation helpful? Give feedback.
All reactions