I'm working on a project right now in which I need to automate animated scrolling for DataTemplates displayed in ListBoxes throughout the application. Basically something common in Javascript like this Javascript smooth scrolling example that runs on a timer.
I've seen a few other people around posting similar questions like this one but I haven't really seen anyone gracefully implement it. I have tried overriding the LineDownCommand in the ScrollViewer, but that's not really what I'm trying to accomplish (nor is it CanContentScroll="False"). I am already using BringIntoView temporarily until this is implemented, but that doesn't do exactly what I need.
Has anyone else had any luck implementing this or have any pointers in the right direction? I'm on a pretty short timeline here.
Thanks!