I'm creating a contextmenu, it's basically a grid with Bounds.Height = 0 and that animates to Bounds.Height = 200
The grid contains a label
when animating the label immediatly appears full size while the grid is animating behind it, I would expect that the grid's children also respect the animation?
Attached is a small demo project, just click the button to start animating (I've only tested the WP8 platform so far)