0

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

enter image description here

With WrapPanel (This is just two DataGrids for representation)

enter image description here

Is there any way to achieve this effect?

Zach R
  • 181
  • 3
  • 15

1 Answers1

2

No, you can't get the DataGrid to wrap like you want it to.

To achieve the effect that you want would require creating a custom control.

Matt Norrie
  • 646
  • 4
  • 15