If I attach a callback to the loaded event of my main user control and check the 'ActualWidth' of a grid column, that value is still 0. I find it strange, given the fact that the documentation states: "The Loaded event is raised before the final rendering, but after the layout system has calculated all necessary values for rendering."
Basically I need the 'ActualWidth' so I can set the 'to' value of an animation (so something animates from a width of 0 to the actual width).