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 .
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With