Just switched to visual studio 2012, and I can't figure out how to insert a new row into the silverlight grid through the xaml constructor.
In visual studio 2010, we could easily insert rows and columns into our silverlight grid by simply left-clicking> rows> insert before. When we do this, it will automatically list all the other line numbers of the controls.
I donβt want to rewrite each control manually, has this super convenient feature been removed since 2012? Or is there some new way to achieve this?
source share