How can I change the mouse behavior of ScrollView
?
#9363
Unanswered
Poker-sang
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Maybe setting ScrollView.IgnoredInputKinds to ScrollingInputKinds.MouseWheel will help. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I scroll the wheel, I want to zoom the
ScrollView
. but when I use thePointerWheelChanged
event withZoomTo
orAddZoomVelocity
, the content always jerks. What should I do to solve this?Beta Was this translation helpful? Give feedback.
All reactions