is there some WPF equivalent of nobr?
Remember that you can nest panels:
Some value
Another value
...
Also, for columnar layouts, the shared size scope of the Grid can coordinate any number of grids that use it:
Some value
Another value
I kind of hate how verbose the XAML for this is, especially that you have to repeat the column definitions. Though if you structure your classes properly and use templates it's not so terrible. And notice that you aren't keep track of row numbers anywhere in this scheme, so reordering fields is simple.