How can I make my scrollviewer
not to move automatically when I move
and release it with mouse
I know it is the normal behavior, I need to make it keep its current horizontal offset
when I release mouse.
How can I make my scrollviewer
not to move automatically when I move
and release it with mouse
I know it is the normal behavior, I need to make it keep its current horizontal offset
when I release mouse.
You need to make IsScrollInertiaEnabled false.
scrollviewer.IsScrollInertiaEnabled = false;
Sources: IsScrollInertiaEnabled , Inertia Mechanics .
© 2022 - 2024 — McMap. All rights reserved.