Reputation: 980
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 or it's impossible to do in WPF.
Upvotes: 1
Views: 2135
Reputation: 12944
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.
Upvotes: 1