Animate (smoothly) ScrollViewer programmatically
You should stick with ChangeView for scrolling animations regardless of whether data virtualization is on or not. Without seeing your code where the ChangeView doesn’t work, it’s a bit hard to guess what’s really going on but there are a couple of things that you can try. First approach is to add a Task.Delay(1) before … Read more