views:

18

answers:

1

I'm thinking to convert my desktop wpf Listboxes to DataGrids. My question is:

Is there anything I can do in a listbox that I can't do in a datagrid. For example I would like to have templates that will allow me to display data in different ways, 2 up, 4 up etc for the lists. Is this as simple with DataGrids.

Thanks for your help.

Richard

A: 

Yeah I was meaning exactly what you said. The ability to use something like a wrap panel. You mention that it's not as easy to use. Sorry if this sounds like a dumb question. But is it even possible with the datagrid to use wrap panel. Thanks for your advice.

Richard