I have a lot of columns in my DataGrid and would like to be able to put it into a wrap panel so it has the ability to resize while still displaying all of it's contents. Here's a visual example:
No WrapPanel
With WrapPanel (This is just two DataGrids for representation)
Is there any way to achieve this effect?