WPF How to animate selection box movement of ListView?

stackoverflow.com/questions/2258972/anim... Check this. This could give you a start. After that try animating your border background color to get a virtual translation animation.

– sha1dy Mar 22 '10 at 9:58 check this link... vbcity. Com/blogs/xtab/archive/2009/06/28/… Here the default blue selection will be replaced by virtual selection (which is the selected item's border bg). So you can animate the bg using some color animations.

You understood the hack? Else i'll try to post some code when I reach home:) – Amsakanna Mar 22 '10 at 10:22 I see your point - you suggesting how to animate background of a selected list view item, but I'm looking how to animate selection box itself to move from one selected item to another by repositioning it during animation - and this is where I don't know where to start. Maybe I should use Canvas panel for this?

– sha1dy Mar 22 '10 at 10:29 Think you didn't understand what I suggest. See you want a trasition when your selection changes rite? Let us consider your transition is from 3rd item to 4th.

It's a downward transition. Now the animation has to be like this. Your 3rd item's bg size should decrease.

Meanwhile 4th item's bg size should increase. This could be achieved using gradients stops. – Amsakanna Mar 22 '10 at 11:03 oh, now I get it - thanks!

– sha1dy Mar 22 '10 at 11:51.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions