Just switched to visual studio 2012, and I can't figure out how to insert a new row into a silverlight grid through the xaml designer.
In visual studio 2010, we could easily insert rows and columns into our silverlight grid just by left clicking > rows > insert before. When we did this it would automatically re-number all the rest of the controls' row numbers.
I don't want to have to re-number every control by hand, has this super convenient feature been removed from 2012? Or is there some new way to achieve this?