WPF How to animate selection box movement of ListView?
I want to animate movement of a selection box in ListView so it will move from old selected item to currently selected. I don't even know where to start - could someone please share ideas how to achieve that o开发者_高级运维r it's impossible to do in WPF.
Animate selected item of wpf listbox
Check this. This could give you a start.
After that try animating your border background color to get a virtual translation animation.
精彩评论