views:

73

answers:

1

It seems like Silverlight 4 does not have a ListView control, unless I am missing something. Or a control that's basically replicates its function (e.g. re-sizable column headers, etc...).

Is there an example of how to create something similar? I am after a setup like this:

alt text

+1  A: 

You can use the DataGrid control. It has re-sizable column headers, column-click ordering, grouping, in-place editing, etc.

Rafa Castaneda

related questions