Silverlight layout hack: Centered content with fixed maxwidth
- by brainbox
Today we need to create centered content with fixed maxwidth. It is very easy to implement it for fixed width, but is not clear how to achieve the same for maxwidth.The solution to the problem is Grid with 3 columns: <Grid> <Grid.ColumnDefenitions> …