This question is locked. New answers and comments are not allowed.
the thing I was trying to accomplish was having a coverflow with black and white images and then the selected item would have a Color image.
I accomplish that by binding to a ObservableCollection<myItem> and then on the selectionchange event I go in change the previous selected item to the black and white image, and the new selected item to the color image.
This works but has a catch, the smooth transition is gone, now as I change the item I don't see it transition instead it looks like it jumps from the back, defiantly looks cheesy.
Now if there another way to do this, and still have the smooth transition?
I was thinking like having an item template bound to a property of myitem called bwimagepath and then have a selecteditem template bound to the colorimage property, and all work smooth.
is this feasible?
TIA
I accomplish that by binding to a ObservableCollection<myItem> and then on the selectionchange event I go in change the previous selected item to the black and white image, and the new selected item to the color image.
This works but has a catch, the smooth transition is gone, now as I change the item I don't see it transition instead it looks like it jumps from the back, defiantly looks cheesy.
Now if there another way to do this, and still have the smooth transition?
I was thinking like having an item template bound to a property of myitem called bwimagepath and then have a selecteditem template bound to the colorimage property, and all work smooth.
is this feasible?
TIA