labelledgrid

What options are there to make a list of labelled controls in Silverlight/WPF?

I have a lot of XAML that is in a complete mess and it's usually due to one thing. GRID, Grid.Column and Grid.Row craziness!! Now theres a few common ways you can make labelled lists in XAML:. With a <Grid> Advantages: Autosizing width of columns and rows Disadvantages: No easy way to insert rows/columns either in VS or Blend [STILL!!...