sha1dy
sha1dy

Reputation: 980

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 or it's impossible to do in WPF.

Upvotes: 1

Views: 2135

Answers (1)

Amsakanna
Amsakanna

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

Related Questions