show/hide this revision's text 3 deleted 196 characters in body

It looks to me like you aren't actually playing the storyboard. You need to add mouse enter and mouse leave handlers for your rectangle and then play and stop your storyboard accordingly. Make sure to both stop and then play the storyboard in the enter command (otherwise you get some interesting side-effects).

Update

Okay, having spent my day neck deep in Silverlight, I'm not much closer to helping. I can see was looking at the initial issue. You can't reference generic.xaml file inside the Storyboard or Silverlight assembly containing the rectangle because DataGrid. You might consider taking a look in thereis one of each per row and therefore, the x:Name declaration is somewhat pointless.

HoweverFrom what I can see, if you add the Storyboard to your app resources and then handle the LoadingRow event on the datagrid to assign it to they achieve some of this for the row/column and play it. However, if you want to play it row details transition with control templating though I haven't looked at specific times, you'll need to assign and play it then instead, but the difficulty in that scenario is getting the correct cell corresponding code yet to target the storyboard. I hope this helpsdetermine exactly how.

show/hide this revision's text 2 added 626 characters in body

It looks to me like you aren't actually playing the storyboard. You need to add mouse enter and mouse leave handlers for your rectangle and then play and stop your storyboard accordingly. Make sure to both stop and then play the storyboard in the enter command (otherwise you get some interesting side-effects).

Update

Okay, having spent my day neck deep in Silverlight, I can see the initial issue. You can't reference the Storyboard or the rectangle because there is one of each per row and therefore, the x:Name declaration is somewhat pointless.

However, if you add the Storyboard to your app resources and then handle the LoadingRow event on the datagrid to assign it to the row/column and play it. However, if you want to play it at specific times, you'll need to assign and play it then instead, but the difficulty in that scenario is getting the correct cell to target the storyboard. I hope this helps.

show/hide this revision's text 1

It looks to me like you aren't actually playing the storyboard. You need to add mouse enter and mouse leave handlers for your rectangle and then play and stop your storyboard accordingly. Make sure to both stop and then play the storyboard in the enter command (otherwise you get some interesting side-effects).